Skip to content

Commit

Permalink
Add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Jul 25, 2024
1 parent d5232a2 commit 84e5bd3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ public void processFilesRemote(List<SequenceOutputFile> inputFiles, JobContext c
SequencePipelineService.get().sortVcf(f, null, genome.getSequenceDictionary(), ctx.getLogger());
}
}
else
{
ctx.getLogger().debug("Pre-sorting will not be performed");
}

action.addOutput(outputVcf, "Combined VCF", false);
SequenceOutputFile so = new SequenceOutputFile();
Expand Down

0 comments on commit 84e5bd3

Please sign in to comment.