1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-11-22 09:29:54 +00:00
This commit is contained in:
sofstam 2022-11-29 11:34:57 +01:00
parent 5254b8d679
commit 644a29c699

View file

@ -742,15 +742,15 @@
}, },
"save_mgc_counts": { "save_mgc_counts": {
"type": "boolean", "type": "boolean",
"description": "Save the mgc reads count in mOTUs." "description": "Save the mgc reads count for mOTUs."
}, },
"save_ncbi_id": { "save_ncbi_id": {
"type": "boolean", "type": "boolean",
"description": "Print NCBI id in mOTUs." "description": "Print NCBI taxonomic id for mOTUs."
}, },
"save_read_counts": { "save_read_counts": {
"type": "boolean", "type": "boolean",
"description": "Print result as counts instead of relative abundances in mOTUs." "description": "Print mOTUs result as counts instead of relative abundances.."
} }
} }
} }