mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-23 11:38:17 +00:00
![James A. Fellows Yates](/assets/img/avatar_default.png)
* 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"
|
|
}
|
|
|
|
}
|