Skip to content

Add support for cancer samplesheets #256

@ericblanc20

Description

@ericblanc20

Is your feature request related to a problem? Please describe.
At the moment, cancer sample sheets are poorly supported in cubi-tk (see examples below)

Describe the solution you'd like
Better support for cancer projects including multi-assays (WGS, WES & mRNA_seq are frequent, possibly also including single cell data)

Describe alternatives you've considered
Replacing biomedsheets by some simple & flexible 3rd party sample description (NOT isa-tab, then)

Examples of missing support for cancer samplesheets

  • snappy/parse_sample_sheet.py only deals with germline sample sheets (all parsing is done through family ids)
  • Same with snappy/pull_sheets.py & with snappy/check_local.py.
  • In sodar/pull_raw_data.py, the on_visit_material method of the LibraryInfoCollector class hard-codes references to family ids, which are limited to germline samplesheets.
  • In snappy/itransfer_common.py, the IndexLibrariesOnlyMixin class is only implemented for germline cases
  • The snappy/itransfer_sv_calling.py & snappy/itransfer_variant_calling.py are only valid for germline (Note that snappy/itransfer_step.py is an attempt to transfer the output of any step to SODAR. If properly extended & tested, it could replace the other snappy/itransfer_xxx.py files).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions