Skip to content

Commit d9a1616

Browse files
committed
Remove prepare_genome.config and rnaseq nextflow.config, consolidate module configs in modules.config
1 parent e26a317 commit d9a1616

4 files changed

Lines changed: 13 additions & 52 deletions

File tree

conf/modules.config

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,20 @@
1111
*/
1212

1313
process {
14+
withName: 'BUILD_INTERVALS' {
15+
ext.args = { "-v FS='\t' -v OFS='\t' '{ print \$1, \"0\", \$2 }'" }
16+
ext.suffix = { "bed" }
17+
}
18+
withName: 'GFFREAD' {
19+
ext.args = '--keep-exon-attrs -F -T'
20+
}
21+
withName: 'KALLISTO_INDEX' {
22+
ext.args = { params.kallisto_make_unique ? '--make-unique' : '' }
23+
}
1424
withName: 'MULTIQC' {
1525
ext.args = { params.multiqc_title ? "--title \"$params.multiqc_title\"" : '' }
1626
}
27+
withName: 'RSEM_PREPAREREFERENCE_GENOME' {
28+
ext.args = '--star'
29+
}
1730
}

conf/prepare_genome.config

Lines changed: 0 additions & 27 deletions
This file was deleted.

nextflow.config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,9 +287,7 @@ plugins {
287287
}
288288

289289
validation {
290-
defaultIgnoreParams = ["genomes"]
291290
monochromeLogs = params.monochrome_logs
292291
}
293292
// Load modules.config for DSL2 module specific options
294293
includeConfig 'conf/modules.config'
295-
includeConfig 'conf/prepare_genome.config'

subworkflows/local/prepare_genome_rnaseq/nextflow.config

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)