nf-core_modules/tests/modules/picard/markduplicates/nextflow.config
2022-04-29 10:13:39 +02:00

9 lines
224 B
Text

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