From 644a29c699fd4c9e9b1b500570342b795cfcbe4a Mon Sep 17 00:00:00 2001 From: sofstam Date: Tue, 29 Nov 2022 11:34:57 +0100 Subject: [PATCH] Prettier --- nextflow_schema.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nextflow_schema.json b/nextflow_schema.json index 58cab0c..cbe70b0 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -742,15 +742,15 @@ }, "save_mgc_counts": { "type": "boolean", - "description": "Save the mgc reads count in mOTUs." + "description": "Save the mgc reads count for mOTUs." }, "save_ncbi_id": { "type": "boolean", - "description": "Print NCBI id in mOTUs." + "description": "Print NCBI taxonomic id for mOTUs." }, "save_read_counts": { "type": "boolean", - "description": "Print result as counts instead of relative abundances in mOTUs." + "description": "Print mOTUs result as counts instead of relative abundances.." } } }