mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-14 05:43:08 +00:00
402631fdaa
* samtools view update * remove csi output * prettier * update meta
9 lines
223 B
Text
9 lines
223 B
Text
process {
|
|
|
|
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
|
|
|
|
withName: 'test_samtools_view_convert:SAMTOOLS_VIEW' {
|
|
ext.args = "--output-fmt bam"
|
|
}
|
|
|
|
}
|