mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
8f199c4fa4
* Add atlas/splitmerge module * Finish the tests for atlas/splitmerge * Prettier * Update modules/atlas/splitmerge/meta.yml Co-authored-by: James A. Fellows Yates <jfy133@gmail.com> * Remove curly brackets from meta.yml parameters For single-file outputs, as reviewed * Lintung: Remove trailing white-space Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
5 lines
No EOL
159 B
Text
5 lines
No EOL
159 B
Text
process {
|
|
withName: ATLAS_SPLITMERGE {
|
|
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
|
|
}
|
|
} |