nf-core_modules/tests/modules/hmtnote/nextflow.config

7 lines
189 B
Text
Raw Normal View History

2022-05-13 12:38:27 +00:00
process {
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
withName: HMTNOTE {
ext.args = '--basic --variab'
}
}