Ensure second-to-last line printed

This commit is contained in:
Christopher Hartl 2012-01-19 00:33:08 -05:00
parent 9946853039
commit 1e037a0ecf
1 changed files with 1 additions and 0 deletions

View File

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