mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 12:43:09 +00:00
8c00897853
* Add AdapterRemovalFixPrefix * Prettifying Co-authored-by: Alexander Peltzer <apeltzer@users.noreply.github.com>
9 lines
189 B
Text
9 lines
189 B
Text
process {
|
|
|
|
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
|
|
|
|
withName: ADAPTERREMOVAL {
|
|
ext.args = "--collapse"
|
|
}
|
|
|
|
}
|