nf-core_modules/tests/modules/seqtk/subseq/nextflow.config
Mahesh Binzer-Panchal d473a247d2
Replace remaining task.ext.suffix with task.ext.prefix (#1117)
* Replace remaining task.ext.suffix with task.ext.prefix
2021-12-07 15:00:43 +01:00

9 lines
192 B
Text

process {
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
withName: SEQTK_SUBSEQ {
ext.prefix = { ".filtered" }
}
}