1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-09-21 04:32:06 +00:00
This commit is contained in:
sofstam 2023-02-27 10:24:14 +01:00
parent 2f0c68a833
commit 489650feb8

View file

@ -523,24 +523,20 @@
"help_text": "At least nodes.dmp and names.dmp are required. A merged.dmp file is optional."
},
"taxpasta_add_name": {
"type": "string",
"default": "false",
"type": "boolean",
"description": "Add the taxon name to the output."
},
"taxpasta_add_rank": {
"type": "string",
"default": "false",
"type": "boolean",
"description": "Add the taxon rank to the output."
},
"taxpasta_add_lineage": {
"type": "string",
"default": "false",
"type": "boolean",
"description": "Add the taxon's entire lineage to the output.",
"help_text": "These are taxon names separated by semi-colons. "
},
"taxpasta_add_idlineage": {
"type": "string",
"default": "false",
"type": "boolean",
"description": "Add the taxon's entire lineage to the output.",
"help_text": "These are taxon identifiers separated by semi-colons. "
}