Skip to content

Commit e093852

Browse files
committed
Add logging when complete
1 parent f6e0044 commit e093852

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/run/util/TabixRunner.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ public File execute(File input) throws PipelineJobException
3737
if (!output.exists())
3838
throw new PipelineJobException("Index not created, expected: " + output.getPath());
3939

40+
getLogger().info("done");
41+
4042
return output;
4143
}
4244

0 commit comments

Comments
 (0)