updated config to reflect names in test workflow

This commit is contained in:
Carpanzano 2022-05-02 16:14:38 +02:00
parent 38d9d81aaf
commit 42310cbce2

View file

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