Skip to content

Commit

Permalink
Set job status in GLNexusHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Feb 9, 2024
1 parent 8258db3 commit e170708
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ else if (genomeIds.isEmpty())
else
{
ctx.getLogger().debug("Running GLNexus for contig: " + r.getSequenceName());
ctx.getJob().setStatus(PipelineJob.TaskStatus.running, "Processing: " + r.getSequenceName());
new GLNexusWrapper(ctx.getLogger()).execute(inputVcfs, contigVcf, ctx.getFileManager(), binVersion, configType, r);
vcfs.add(contigVcf);
try
Expand Down

0 comments on commit e170708

Please sign in to comment.