mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-10 22:33:09 +00:00
Rename taxonomy argument
This commit is contained in:
parent
5a6fcf1f42
commit
5dc3cbc278
3 changed files with 3 additions and 3 deletions
|
@ -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 = [
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue