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

13 lines
260 B
Text
Raw Normal View History

2022-04-29 12:28:45 +00:00
process {
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
withName:SAMTOOLS_DEPTH {
2022-04-29 13:07:32 +00:00
ext.args = "-H"
}
withName:SEXDETERRMINE {
ext.prefix = { "${meta.id}_sexdet" }
2022-04-29 12:28:45 +00:00
}
}