Skip to content

Commit c2d9a6e

Browse files
committed
Update SequenceJobResourceAllocator
1 parent b388b5f commit c2d9a6e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

primeseq/src/org/labkey/primeseq/pipeline/SequenceJobResourceAllocator.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ public Integer getPriority(TaskId taskId)
4343
{
4444
return (taskId.getNamespaceClass() != null && (
4545
(taskId.getNamespaceClass().getName().startsWith("org.labkey.sequenceanalysis.pipeline") ||
46-
taskId.getNamespaceClass().getName().startsWith("org.labkey.jbrowse.pipeline"))
46+
taskId.getNamespaceClass().getName().startsWith("org.labkey.jbrowse.pipeline") ||
47+
taskId.getNamespaceClass().getName().endsWith("GeneticCalculationsRTask"))
4748
)) ? 50 : null;
4849
}
4950
}

0 commit comments

Comments
 (0)