-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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
& withsnappy/check_local.py
. - In
sodar/pull_raw_data.py
, theon_visit_material
method of theLibraryInfoCollector
class hard-codes references to family ids, which are limited to germline samplesheets. - In
snappy/itransfer_common.py
, theIndexLibrariesOnlyMixin
class is only implemented for germline cases - The
snappy/itransfer_sv_calling.py
&snappy/itransfer_variant_calling.py
are only valid for germline (Note thatsnappy/itransfer_step.py
is an attempt to transfer the output of any step to SODAR. If properly extended & tested, it could replace the othersnappy/itransfer_xxx.py
files).
Metadata
Metadata
Assignees
Labels
No labels