generated from CCBR/CCBR_NextflowTemplate
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description of feature
Currently the pipeline allows for a single pairwise comparison (control vs treatment). Feature addition will allow for multiple comparisons to be made.
Current workflow
- input sample_manifest (sample | fastq_1 | fastq_2 | treat_or_ctrl)
- run pipeline N=1 with single control group, single contrast group
Proposed workflow
- input project_manifest (sample | fastq_1 | fastq_2 | treat_or_ctrl | libraryID | groupID)
- split project_manifest into N sample_manifests (sample | fastq_1 | fastq_2 | treat_or_ctrl), by
groupIDcol - create nextflow.config files with updated information (IE
libraryIDfrom project_manifest) - run pipeline N=unique(groupID) with single control group, single contrast group
- all results will go to the same dir structure
Needed features
- add new project_manifest check
- add module to create sample_manifests
- add functionality in
cruisewrapper to submit multiple runs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request