Skip to content

Commit

Permalink
Drop unused bissnp code
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Jun 12, 2024
1 parent 8daa92a commit c823024
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 630 deletions.
5 changes: 0 additions & 5 deletions primeseq/src/org/labkey/primeseq/PrimeseqModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
import org.labkey.api.view.WebPartFactory;
import org.labkey.primeseq.analysis.CombineMethylationRatesHandler;
import org.labkey.primeseq.analysis.MethylationRateComparisonHandler;
import org.labkey.primeseq.pipeline.BisSnpGenotyperAnalysis;
import org.labkey.primeseq.pipeline.BisSnpIndelRealignerStep;
import org.labkey.primeseq.pipeline.BismarkWrapper;
import org.labkey.primeseq.pipeline.BlastPipelineJobResourceAllocator;
import org.labkey.primeseq.pipeline.ClusterMaintenanceTask;
Expand Down Expand Up @@ -114,9 +112,6 @@ public PipelineStartup()
SequencePipelineService.get().registerPipelineStep(new BismarkWrapper.Provider());
SequencePipelineService.get().registerPipelineStep(new BismarkWrapper.MethylationExtractorProvider());

SequencePipelineService.get().registerPipelineStep(new BisSnpIndelRealignerStep.Provider());
SequencePipelineService.get().registerPipelineStep(new BisSnpGenotyperAnalysis.Provider());

SequenceAnalysisService.get().registerFileHandler(new MethylationRateComparisonHandler());
SequenceAnalysisService.get().registerFileHandler(new CombineMethylationRatesHandler());

Expand Down

This file was deleted.

119 changes: 0 additions & 119 deletions primeseq/src/org/labkey/primeseq/pipeline/BisSnpGenotyperAnalysis.java

This file was deleted.

This file was deleted.

Loading

0 comments on commit c823024

Please sign in to comment.