mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
ad426cb18c
* first commit: module files * last version main.nf * modules/entrezdirect/xtract/meta.yml * updated file * updated test * Update modules/entrezdirect/xtract/main.nf changed name of output file Co-authored-by: James A. Fellows Yates <jfy133@gmail.com> * Update modules/entrezdirect/xtract/meta.yml Co-authored-by: James A. Fellows Yates <jfy133@gmail.com> * Update tests/modules/entrezdirect/xtract/main.nf Co-authored-by: Matthieu Muffato <mm49@sanger.ac.uk> * Update tests/modules/entrezdirect/xtract/main.nf Co-authored-by: Matthieu Muffato <mm49@sanger.ac.uk> * updated test, removed esummary input file Co-authored-by: James A. Fellows Yates <jfy133@gmail.com> Co-authored-by: Matthieu Muffato <mm49@sanger.ac.uk>
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()}" }
|
|
|
|
} |