mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
d473a247d2
* Replace remaining task.ext.suffix with task.ext.prefix
9 lines
192 B
Text
9 lines
192 B
Text
process {
|
|
|
|
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
|
|
|
|
withName: SEQTK_SUBSEQ {
|
|
ext.prefix = { ".filtered" }
|
|
}
|
|
|
|
}
|