nf-core_modules/tests/modules/meryl/histogram/nextflow.config
Mahesh Binzer-Panchal 129f57ccd9 Add meryl histogram
2022-05-09 08:50:28 +00:00

5 lines
No EOL
122 B
Text

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