be nice, don't forget to close the reader when done

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1418 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
asivache 2009-08-12 20:19:56 +00:00
parent ba2a3d8a58
commit 112a283f54
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ public class SplitReads extends CommandLineProgram {
}
inReader.close();
for ( SAMFileWriter w : outWriters ) w.close();
return 0;