mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
missing change in ext.args config
This commit is contained in:
parent
e7b92a7616
commit
38faf040ec
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@ process {
|
||||||
|
|
||||||
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
|
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
|
||||||
|
|
||||||
withName: KRONA_TAXONOMY_READS {
|
withName: KRONA_KTIMPORTTAXONOMY_READS {
|
||||||
ext.args = '-t 3'
|
ext.args = '-t 3'
|
||||||
}
|
}
|
||||||
|
|
||||||
withName: KRONA_TAXONOMY_REPORT {
|
withName: KRONA_KTIMPORTTAXONOMY_REPORT {
|
||||||
ext.args = '-m 3 -t 5'
|
ext.args = '-m 3 -t 5'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue