From f3cde496b7b7d7565cfab696efc8aa596852d4c3 Mon Sep 17 00:00:00 2001 From: "Thiseas C. Lamnidis" Date: Fri, 3 Nov 2023 15:00:45 +0100 Subject: [PATCH] Update nextflow_schema.json --- nextflow_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow_schema.json b/nextflow_schema.json index 042f69074..1c11403ab 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -853,7 +853,7 @@ "default": "damageprofiler", "description": "Specify the tool to use for damage calculation.", "fa_icon": "fas fa-tools", - "help_text": "Specify the tool to be used for damage calculation. Options: `damageprofiler`, `mapdamage`. By default, DamageProfiler is used.", + "help_text": "Specify the tool to be used for damage calculation. DamageProfiler is generally faster than mapDamage2, but the latter has an option to limit the number of reads used. This can significantly speed up the processing of very large files, where the damage estimates are already accurate after processing only a fraction of the input. Options: `damageprofiler`, `mapdamage`. By default, DamageProfiler is used.", "enum": [ "damageprofiler", "mapdamage"