1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-11-13 07:03:10 +00:00

Update schema

This commit is contained in:
sofstam 2022-12-01 11:32:51 +01:00
parent e5bb627402
commit 1965ade961

View file

@ -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"