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:
parent
ab8f499bc3
commit
cf9b1d350a
|
|
@ -44,6 +44,7 @@ class VCFExtractIntervals(inVCF: File, outList: File, useFilterSites: Boolean) e
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
out.printf("%s%n",cur)
|
||||||
|
|
||||||
out.close
|
out.close
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue