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

8 lines
186 B
Text
Raw Normal View History

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