1
0
Fork 0
mirror of https://github.com/MillironX/nf-core_modules.git synced 2025-01-12 16:44:08 -05:00
nf-core_modules/tests/modules/hamronization/deeparg/nextflow.config
James A. Fellows Yates 4983f77796
Add hamronization/deeparg ()
* fix: remove left-over unnecessary code

* Add hamronizer/deeparg

* Add when condition

* Apply suggestions from code review

* Update modules/hamronization/deeparg/meta.yml
2022-03-02 13:04:22 +01:00

5 lines
No EOL
122 B
Text

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