Skip to content

Commit

Permalink
Revert "feat(raredisease): Add raredisease to cg workflow (#2592)" (#…
Browse files Browse the repository at this point in the history
…2646)

This reverts commit d7fdd9f.
  • Loading branch information
peterpru authored Oct 31, 2023
1 parent 2278ac1 commit 54f95be
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 160 deletions.

This file was deleted.

2 changes: 0 additions & 2 deletions cg/cli/workflow/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
from cg.cli.workflow.mip_dna.base import mip_dna
from cg.cli.workflow.mip_rna.base import mip_rna
from cg.cli.workflow.mutant.base import mutant
from cg.cli.workflow.raredisease.base import raredisease
from cg.cli.workflow.rnafusion.base import rnafusion
from cg.cli.workflow.taxprofiler.base import taxprofiler

Expand All @@ -32,7 +31,6 @@ def workflow():
workflow.add_command(mip_rna)
workflow.add_command(fluffy)
workflow.add_command(mutant)
workflow.add_command(raredisease)
workflow.add_command(rnafusion)
workflow.add_command(taxprofiler)
workflow.add_command(fastq)
1 change: 0 additions & 1 deletion cg/cli/workflow/raredisease/__init__.py

This file was deleted.

21 changes: 0 additions & 21 deletions cg/cli/workflow/raredisease/base.py

This file was deleted.

20 changes: 0 additions & 20 deletions cg/meta/workflow/raredisease.py

This file was deleted.

Empty file removed cg/models/raredisease/__init__.py
Empty file.
14 changes: 0 additions & 14 deletions tests/cli/workflow/raredisease/conftest.py

This file was deleted.

This file was deleted.

0 comments on commit 54f95be

Please sign in to comment.