diff --git a/python/snpSelector.py b/python/snpSelector.py index a0f555c4a..6571ec32d 100755 --- a/python/snpSelector.py +++ b/python/snpSelector.py @@ -621,12 +621,6 @@ def main(): truthVCF = OPTIONS.truth TRUTH_CALLS = readTruth(truthVCF) - if len(args) > 1: - truthVCF = args[1] - TRUTH_CALLS = readTruth(truthVCF) - #for v in TRUTH_CALLS.itervalues(): print v.getField("NA12878") - #sys.exit(1) - if OPTIONS.recalLog <> None: RECAL_LOG = open(OPTIONS.recalLog, "w") print >> RECAL_LOG, "# optimized vcf", args[0]