1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-09-21 05:52:04 +00:00

Rename taxonomy argument

This commit is contained in:
sofstam 2023-02-24 13:04:38 +01:00
parent 5a6fcf1f42
commit 5dc3cbc278
3 changed files with 3 additions and 3 deletions

View file

@ -546,7 +546,7 @@ process {
ext.args = {
[
"-p ${meta.tool} -o ${meta.tool}_${meta.id}.${params.standardisation_taxpasta_format}",
params.taxpasta_add_taxonomy ? "--taxonomy" : "",
params.taxpasta_taxonomy_files ? "--taxonomy" : "",
].join(' ').trim()
}
publishDir = [

View file

@ -157,7 +157,7 @@ params {
// profile standardisation
run_profile_standardisation = false
standardisation_taxpasta_format = 'tsv'
taxpasta_add_taxonomy = false
taxpasta_taxonomy_files = false
standardisation_motus_generatebiom = false
}

View file

@ -517,7 +517,7 @@
"description": "The desired output format.",
"enum": ["tsv", "csv", "arrow", "parquet", "biom"]
},
"taxpasta_add_taxonomy": {
"taxpasta_taxonomy_files": {
"type": "boolean",
"description": "The path to a directory containing taxdump files.",
"help_text": "At least nodes.dmp and names.dmp are required. A merged.dmp file is optional."