mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-22 11:19:54 +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."
|
"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. "
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue