From 7e3f119b133ec6fbff783e561e62d6e4dc50dd50 Mon Sep 17 00:00:00 2001 From: "James A. Fellows Yates" Date: Thu, 1 Feb 2024 11:31:32 +0100 Subject: [PATCH] Apply suggestions from code review --- nextflow_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow_schema.json b/nextflow_schema.json index 22026064..197745de 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -151,7 +151,7 @@ "type": "boolean", "fa_icon": "fas fa-toggle-on", "description": "Perform deduplication of the input reads (fastp only)", - "help_text": "This enables the deduplication of processed reads during fastp adapter removal and/or merging. It removes identical reads that are likely artefacts from laboratory protocols (e.g. amplification), and provide no additional sequence information to the library.\n\nRemoving duplicates can increase runtime and increase accuracy of abundance calculations.\n\n> Modifies tool parameter(S):\n> fastp: ` --dedup`\n" + "help_text": "This enables the deduplication of processed reads during fastp adapter removal and/or merging. It removes identical reads that are likely artefacts from laboratory protocols (e.g. amplification), and provide no additional sequence information to the library.\n\nRemoving duplicates can increase runtime and increase accuracy of abundance calculations.\n\n> Modifies tool parameter(s):\n> fastp: ` --dedup`\n" }, "perform_shortread_complexityfilter": { "type": "boolean",