From 6a4118ad3ca62d841013d3dbc4a44cd3ff6dadc8 Mon Sep 17 00:00:00 2001 From: chartl Date: Wed, 9 Dec 2009 23:31:46 +0000 Subject: [PATCH] grr, ought to actually assign it to the TRUTH_CALLS variable git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2302 348d0f76-0448-11de-a6fe-93d51630548a --- python/snpSelector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/snpSelector.py b/python/snpSelector.py index e01725e3e..a0f555c4a 100755 --- a/python/snpSelector.py +++ b/python/snpSelector.py @@ -619,7 +619,7 @@ def main(): if OPTIONS.truth <> None: truthVCF = OPTIONS.truth - readTruth(truthVCF) + TRUTH_CALLS = readTruth(truthVCF) if len(args) > 1: truthVCF = args[1]