Skip to content

Commit 6469964

Browse files
committed
Drop CS-Core and Tricycle
1 parent feba968 commit 6469964

File tree

5 files changed

+0
-134
lines changed

5 files changed

+0
-134
lines changed

singlecell/resources/chunks/RunCsCore.R

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

singlecell/resources/chunks/RunTricycle.R

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

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@
8787
import org.labkey.singlecell.pipeline.singlecell.RunCelltypist;
8888
import org.labkey.singlecell.pipeline.singlecell.RunCelltypistCustomModel;
8989
import org.labkey.singlecell.pipeline.singlecell.RunConga;
90-
import org.labkey.singlecell.pipeline.singlecell.RunCsCore;
9190
import org.labkey.singlecell.pipeline.singlecell.RunDecoupler;
9291
import org.labkey.singlecell.pipeline.singlecell.RunEscape;
9392
import org.labkey.singlecell.pipeline.singlecell.RunLDA;
@@ -98,7 +97,6 @@
9897
import org.labkey.singlecell.pipeline.singlecell.RunScGate;
9998
import org.labkey.singlecell.pipeline.singlecell.RunScGateBuiltin;
10099
import org.labkey.singlecell.pipeline.singlecell.RunSingleR;
101-
import org.labkey.singlecell.pipeline.singlecell.RunTricycle;
102100
import org.labkey.singlecell.pipeline.singlecell.RunVision;
103101
import org.labkey.singlecell.pipeline.singlecell.ScoreCellCycle;
104102
import org.labkey.singlecell.pipeline.singlecell.SeuratPrototype;
@@ -295,14 +293,12 @@ public static void registerPipelineSteps()
295293
SequencePipelineService.get().registerPipelineStep(new TrainScTour.Provider());
296294
SequencePipelineService.get().registerPipelineStep(new PredictScTour.Provider());
297295
SequencePipelineService.get().registerPipelineStep(new RunEscape.Provider());
298-
SequencePipelineService.get().registerPipelineStep(new RunCsCore.Provider());
299296
SequencePipelineService.get().registerPipelineStep(new CustomGSEA.Provider());
300297
SequencePipelineService.get().registerPipelineStep(new StudyMetadata.Provider());
301298
SequencePipelineService.get().registerPipelineStep(new UpdateSeuratPrototype.Provider());
302299
SequencePipelineService.get().registerPipelineStep(new RunDecoupler.Provider());
303300
SequencePipelineService.get().registerPipelineStep(new PerformDefaultNimbleAppend.Provider());
304301
SequencePipelineService.get().registerPipelineStep(new PerformMhcDimRedux.Provider());
305-
SequencePipelineService.get().registerPipelineStep(new RunTricycle.Provider());
306302
SequencePipelineService.get().registerPipelineStep(new ApplyKnownClonotypicData.Provider());
307303
SequencePipelineService.get().registerPipelineStep(new CalculateTcrRepertoireStats.Provider());
308304
SequencePipelineService.get().registerPipelineStep(new PredictTcellActivation.Provider());

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

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

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

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

0 commit comments

Comments
 (0)