Skip to content

Commit cf0e0ec

Browse files
committed
Add status update for GenomicsDB jobs
1 parent a02fffa commit cf0e0ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -786,6 +786,7 @@ private void doConsolidate(JobContext ctx, File workingDestinationWorkspaceFolde
786786
{
787787
File contigFolder = new File(workingDestinationWorkspaceFolder, getFolderNameFromInterval(i));
788788
ctx.getLogger().info("Consolidating contig folder: " + contigFolder);
789+
ctx.getJob().setStatus(PipelineJob.TaskStatus.running, "Consolidating contig folder: " + contigFolder);
789790

790791
List<String> toRun = new ArrayList<>(baseArgs);
791792
toRun.add("-a");

0 commit comments

Comments
 (0)