Some minor changes to in-process functions that nobody else uses. CGL now properly ignores no-calls for external VCFs.

This commit is contained in:
Christopher Hartl 2012-01-19 00:20:49 -05:00
parent ab8f499bc3
commit cf9b1d350a
2 changed files with 2 additions and 1 deletions

View File

@ -44,6 +44,7 @@ class VCFExtractIntervals(inVCF: File, outList: File, useFilterSites: Boolean) e
} }
} }
} }
out.printf("%s%n",cur)
out.close out.close
} }