mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-15 14:13:09 +00:00
f62e4cf5f0
* Added Somalier extract module * changed somalier_dbg4 to somalier for versions.yml * added and minor changes in meta.yml * Apply suggestions from code review * Update main.nf * Typo in quay.io rl * updated the input * new updates * linting * linting * changed the test.yml * Update modules/somalier/extract/main.nf Co-authored-by: James A. Fellows Yates <jfy133@gmail.com> * Update modules/somalier/extract/main.nf Co-authored-by: James A. Fellows Yates <jfy133@gmail.com> * Update modules/somalier/extract/meta.yml Co-authored-by: James A. Fellows Yates <jfy133@gmail.com> * Update modules/somalier/extract/main.nf Co-authored-by: James A. Fellows Yates <jfy133@gmail.com> * Update tests/modules/somalier/extract/main.nf Co-authored-by: James A. Fellows Yates <jfy133@gmail.com> * Update modules/somalier/extract/main.nf Co-authored-by: James A. Fellows Yates <jfy133@gmail.com> * Update tests/modules/somalier/extract/test.yml Co-authored-by: James A. Fellows Yates <jfy133@gmail.com> * last changes * Update modules/somalier/extract/meta.yml Co-authored-by: James A. Fellows Yates <jfy133@gmail.com> * Update modules/somalier/extract/meta.yml Co-authored-by: James A. Fellows Yates <jfy133@gmail.com> * Update modules/somalier/extract/main.nf Co-authored-by: James A. Fellows Yates <jfy133@gmail.com> Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
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()}" }
|
|
|
|
} |