From 7b1a53b06267ecb672a785b7c72a4e6f3cf60b26 Mon Sep 17 00:00:00 2001 From: Sofia Stamouli <91951607+sofstam@users.noreply.github.com> Date: Tue, 25 Oct 2022 11:19:08 +0200 Subject: [PATCH] Update nextflow_schema.json Co-authored-by: James A. Fellows Yates --- nextflow_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow_schema.json b/nextflow_schema.json index aec2b3f..225e05d 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -713,7 +713,7 @@ "type": "string", "default": "fastqc", "enum": ["fastqc", "falco"], - "help_text": "Falco is aimed at being a drop-in replacement for FastQC but written in C++ for faster computation. We particularly recommend using falco when using long reads (due to reduced memory constraints), however is also applicable for short reads.", + "help_text": "Falco is designed as a drop-in replacement for FastQC but written in C++ for faster computation. We particularly recommend using falco when using long reads (due to reduced memory constraints), however is also applicable for short reads.", "description": "By default, the pipeline utilizes FastQC tool for quality control of raw sequencing reads" } }