From 6974029eced4844b1f93a5244fd7b0879b91157c Mon Sep 17 00:00:00 2001 From: Charles Plessy Date: Wed, 9 Oct 2024 09:17:22 +0900 Subject: [PATCH] Spelling Co-authored-by: Anabella Trigila <18577080+atrigila@users.noreply.github.com> --- nextflow_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow_schema.json b/nextflow_schema.json index 8ad4602..f408397 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -74,7 +74,7 @@ "softmask": { "type": "string", "enum": ["tantan", "original"], - "help_text": "In this pipeline, letters soft-masked in lowercase are excluded from indexing (`lastdb -c`). By default, the original mask is removed and a new one is made with an internal verison of the “tantan” tool. Set this option to `original` to keep the orininal soft-masking. See for details.", + "help_text": "In this pipeline, letters soft-masked in lowercase are excluded from indexing (`lastdb -c`). By default, the original mask is removed and a new one is made with an internal version of the “tantan” tool. Set this option to `original` to keep the original soft-masking. See for details.", "description": "Customise the way to mask the _target_ genome.", "default": "tantan", "fa_icon": "fas fa-theater-masks"