2022-04-12 05:02:10 -04:00
|
|
|
process {
|
|
|
|
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
|
2022-06-29 06:37:38 -04:00
|
|
|
withName: SNAPALIGNER_INDEX {
|
|
|
|
publishDir = [ enabled: false ]
|
|
|
|
}
|
|
|
|
withName: SNAPALIGNER_ALIGN {
|
|
|
|
ext.args = "-so"
|
|
|
|
}
|
|
|
|
}
|