mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-22 15:19:54 +00:00
Update nextflow_schema.json
Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
This commit is contained in:
parent
8c3e80b6ea
commit
7b1a53b062
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue