Skip to content

Commit

Permalink
add seurat steps to monitored
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvpickering committed Feb 1, 2023
1 parent 477ca1d commit 2c265da
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ const getSkeletonStepNames = (skeleton) => {
const getPipelineStepNames = () => {
const gem2sStepNames = getSkeletonStepNames(gem2SPipelineSteps);
const qcStepNames = getSkeletonStepNames(qcPipelineSteps);
const seuratStepNames = getSkeletonStepNames(seuratPipelineSteps);

return gem2sStepNames.concat(qcStepNames);
return gem2sStepNames.concat(qcStepNames).concat(seuratStepNames);
};

// getPipelineStepNames returns the names of the QC pipeline steps
Expand Down

0 comments on commit 2c265da

Please sign in to comment.