1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-11-22 11:19:54 +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." "help_text": "At least nodes.dmp and names.dmp are required. A merged.dmp file is optional."
}, },
"taxpasta_add_name": { "taxpasta_add_name": {
"type": "string", "type": "boolean",
"default": "false",
"description": "Add the taxon name to the output." "description": "Add the taxon name to the output."
}, },
"taxpasta_add_rank": { "taxpasta_add_rank": {
"type": "string", "type": "boolean",
"default": "false",
"description": "Add the taxon rank to the output." "description": "Add the taxon rank to the output."
}, },
"taxpasta_add_lineage": { "taxpasta_add_lineage": {
"type": "string", "type": "boolean",
"default": "false",
"description": "Add the taxon's entire lineage to the output.", "description": "Add the taxon's entire lineage to the output.",
"help_text": "These are taxon names separated by semi-colons. " "help_text": "These are taxon names separated by semi-colons. "
}, },
"taxpasta_add_idlineage": { "taxpasta_add_idlineage": {
"type": "string", "type": "boolean",
"default": "false",
"description": "Add the taxon's entire lineage to the output.", "description": "Add the taxon's entire lineage to the output.",
"help_text": "These are taxon identifiers separated by semi-colons. " "help_text": "These are taxon identifiers separated by semi-colons. "
} }