1
0
Fork 0
mirror of https://github.com/MillironX/nf-core_modules.git synced 2025-01-12 00:24:09 -05:00
nf-core_modules/tests/modules/abricate/run/nextflow.config
Robert A. Petit III be798861c6
add module for abricate ()
* add module for abricate

* rename abricate/abricate to abricate/run

* Update test.yml

Co-authored-by: Sateesh <33637490+sateeshperi@users.noreply.github.com>
2022-02-18 18:00:21 -07:00

5 lines
No EOL
122 B
Text

process {
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
}