Skip to content

Commit 12a349e

Browse files
committed
Better error handling for merge LoFreq VCFs
1 parent 592e249 commit 12a349e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/run/analysis/MergeLoFreqVcfHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ private int getReadDepth(File vcf, Map<String, Integer> contigToOffset, String c
566566

567567
return Integer.parseInt(line[1]);
568568
}
569-
catch (IOException e)
569+
catch (Exception e)
570570
{
571571
ctx.getLogger().error("Error parsing GATK depth: " + vcf.getName() + " / " + gatkDepth.getPath() + " / " + lineNo);
572572
throw new PipelineJobException(e);

0 commit comments

Comments
 (0)