Merge pull request #1604 from broadinstitute/rhl_close_printstream_1600
Close BQSRGatherer's PrintStream when finished
This commit is contained in:
commit
71e361dae9
|
|
@ -61,8 +61,8 @@ public class BQSRGatherer extends Gatherer {
|
|||
throw new UserException.MissingArgument("output", MISSING_OUTPUT_FILE);
|
||||
}
|
||||
final GATKReport report = gatherReport(inputs);
|
||||
outputFile.close();
|
||||
report.print(outputFile);
|
||||
outputFile.close();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue