mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
9bda3dc7f0
* create pear module * add command and tests * remove md5sum from known empty file * add force -f to gzip and gunzip to avoid problems with symbolic links * apply suggestions from review
5 lines
No EOL
122 B
Text
5 lines
No EOL
122 B
Text
process {
|
|
|
|
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
|
|
|
|
} |