and don't forget to close sam writer after we are done...

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@692 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
asivache 2009-05-13 20:46:36 +00:00
parent de0cce87ea
commit 7b59f63f12
1 changed files with 1 additions and 0 deletions

View File

@ -213,6 +213,7 @@ public class IndelInspectorMain extends CommandLineProgram {
col.printLengthHistograms();
samReader.close();
ptWriter.close();
if ( ptFailedWriter != null ) ptFailedWriter.close();
return 0;
}