mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-13 07:03:10 +00:00
Update schema
This commit is contained in:
parent
e5bb627402
commit
1965ade961
1 changed files with 6 additions and 6 deletions
|
@ -474,16 +474,16 @@
|
|||
"description": "Turn on profiling with mOTUs. Requires database to be present CSV file passed to --databases"
|
||||
},
|
||||
"motus_use_ncbi_ids": {
|
||||
"type": "string",
|
||||
"default": "false"
|
||||
"type": "boolean",
|
||||
"description": "Turn on printing ncbi taxonomic ids."
|
||||
},
|
||||
"motus_save_mgcreadcounts": {
|
||||
"type": "string",
|
||||
"default": "false"
|
||||
"type": "boolean",
|
||||
"description": "Turn on saving the mgc reads count to a separate file."
|
||||
},
|
||||
"motus_output_type": {
|
||||
"type": "string",
|
||||
"default": "false"
|
||||
"type": "boolean",
|
||||
"description": "Turn on printing result as counts instead of relative abundances."
|
||||
}
|
||||
},
|
||||
"fa_icon": "fas fa-align-center"
|
||||
|
|
Loading…
Reference in a new issue