Better support for reading truth file
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2307 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
0fae798b3a
commit
b2dfe85648
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue