Skip to content

Commit

Permalink
chore!: remove functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
tedil committed Jan 15, 2025
1 parent 900b67a commit 133bc87
Show file tree
Hide file tree
Showing 45 changed files with 0 additions and 2,565 deletions.
4 changes: 0 additions & 4 deletions docs_manual/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,12 @@ Manual
| :ref:`Upload fastq files to SODAR <man_ingest_fastq>`
| :ref:`Upload results of the Seasnap pipeline to SODAR <man_seasnap_itransfer_results>`
| :ref:`Create a sample info file for Sea-snap <man_write_sample_info>`
| :ref:`Tools for archiving old projects <man_archive>`
Use cases
Use cases for common processing tasks.

| :ref:`Exome sequencing <usecase_exomes>`
| :ref:`Clinical single cell pipeline <usecase_single_cell>`
| :ref:`Archiving projects <usecase_archive>`
Project Info
More information on the project, including the changelog, list of contributing authors, and
Expand Down Expand Up @@ -56,7 +54,6 @@ Project Info
man_ingest_fastq
man_itransfer_results
man_write_sample_info
man_archive

.. toctree::
:caption: Use Cases
Expand All @@ -66,7 +63,6 @@ Project Info

usecase_exomes
usecase_single_cell
usecase_archive_project

.. toctree::
:caption: Project Info
Expand Down
334 changes: 0 additions & 334 deletions docs_manual/man_archive.rst

This file was deleted.

265 changes: 0 additions & 265 deletions docs_manual/usecase_archive_project.rst

This file was deleted.

1 change: 0 additions & 1 deletion environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ dependencies:
- python >=3.9
- pip
- uv >=0.5
- hashdeep
- pysam >=0.22
- vcfpy >=0.13.8
- gcc_linux-64 >=13,<14
Expand Down
4 changes: 0 additions & 4 deletions src/cubi_tk/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@

from cubi_tk import __version__

from .archive import run as run_archive
from .archive import setup_argparse as setup_argparse_archive
from .common import run_nocmd
from .irods import run as run_irods
from .irods import setup_argparse as setup_argparse_irods
Expand Down Expand Up @@ -83,7 +81,6 @@ def setup_argparse():
setup_argparse_sea_snap(
subparsers.add_parser("sea-snap", help="Tools for supporting the RNA-SeASnaP pipeline.")
)
setup_argparse_archive(subparsers.add_parser("archive", help="helper for archiving projects."))

return parser, subparsers

Expand Down Expand Up @@ -118,7 +115,6 @@ def main(argv=None):
"sodar": run_sodar,
"irods": run_irods,
"org-raw": run_org_raw,
"archive": run_archive,
}

res = cmds[args.cmd](args, parser, subparsers.choices[args.cmd] if args.cmd else None)
Expand Down
53 changes: 0 additions & 53 deletions src/cubi_tk/archive/__init__.py

This file was deleted.

10 changes: 0 additions & 10 deletions src/cubi_tk/archive/classes.yaml

This file was deleted.

Loading

0 comments on commit 133bc87

Please sign in to comment.