nf-core_modules/tests/modules/cellranger/mkfastq/nextflow.config

10 lines
195 B
Text
Raw Normal View History

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