Skip to content

Commit 9224d02

Browse files
committed
Remove scMetabolism
1 parent fb4d4c3 commit 9224d02

File tree

3 files changed

+0
-69
lines changed

3 files changed

+0
-69
lines changed

singlecell/resources/chunks/RunScMetabolism.R

Lines changed: 0 additions & 14 deletions
This file was deleted.

singlecell/src/org/labkey/singlecell/SingleCellModule.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@
9090
import org.labkey.singlecell.pipeline.singlecell.RunSDA;
9191
import org.labkey.singlecell.pipeline.singlecell.RunScGate;
9292
import org.labkey.singlecell.pipeline.singlecell.RunScGateBuiltin;
93-
import org.labkey.singlecell.pipeline.singlecell.RunScMetabolism;
9493
import org.labkey.singlecell.pipeline.singlecell.RunSingleR;
9594
import org.labkey.singlecell.pipeline.singlecell.RunVision;
9695
import org.labkey.singlecell.pipeline.singlecell.ScoreCellCycle;
@@ -284,7 +283,6 @@ public static void registerPipelineSteps()
284283
SequencePipelineService.get().registerPipelineStep(new RunLDA.Provider());
285284
SequencePipelineService.get().registerPipelineStep(new FilterDisallowedClasses.Provider());
286285
SequencePipelineService.get().registerPipelineStep(new SummarizeTCellActivation.Provider());
287-
SequencePipelineService.get().registerPipelineStep(new RunScMetabolism.Provider());
288286
SequencePipelineService.get().registerPipelineStep(new ScoreCellCycle.Provider());
289287
SequencePipelineService.get().registerPipelineStep(new TrainScTour.Provider());
290288
SequencePipelineService.get().registerPipelineStep(new PredictScTour.Provider());

singlecell/src/org/labkey/singlecell/pipeline/singlecell/RunScMetabolism.java

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)