-
Notifications
You must be signed in to change notification settings - Fork 141
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Don't think this pattern is a good idea, if it works it's a bug!
Lines 55 to 72 in a85d596
| if (params.public_data_ids) { | |
| include { SRA_DOWNLOAD } from './workflows/sra_download' | |
| SRA_DOWNLOAD () | |
| // | |
| // WORKFLOW: Variant and de novo assembly analysis for Illumina data | |
| // | |
| } else if (params.platform == 'illumina') { | |
| include { ILLUMINA } from './workflows/illumina' | |
| ILLUMINA () | |
| // | |
| // WORKFLOW: Variant analysis for Nanopore data | |
| // | |
| } else if (params.platform == 'nanopore') { | |
| include { NANOPORE } from './workflows/nanopore' | |
| NANOPORE () | |
| } |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working