mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-13 05:53:09 +00:00
Linting
This commit is contained in:
parent
2f0c68a833
commit
489650feb8
1 changed files with 4 additions and 8 deletions
|
@ -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. "
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue