synced withName ext.args with process name

This commit is contained in:
Carpanzano 2022-05-02 18:39:45 +02:00
parent 5136ed29c4
commit 1deb789502

View file

@ -2,11 +2,11 @@ process {
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
withName: TAXONOMY_READS {
withName: KRONA_TAXONOMY_READS {
ext.args = '-t 3'
}
withName: TAXONOMY_REPORT {
withName: KRONA_TAXONOMY_REPORT {
ext.args = '-m 3 -t 5'
}