1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-11-22 14:39:55 +00:00

Apply suggestions from code review

This commit is contained in:
James A. Fellows Yates 2022-10-27 14:19:28 +02:00 committed by GitHub
parent 76a662ecc5
commit 733d3dc8c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -753,7 +753,10 @@
"properties": {
"preprocessing_qc_tool": {
"type": "string",
"default": "fastqc"
"default": "fastqc",
"enum": ["fastqc", "falco"],
"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": "Specify the tool used for quality control of raw sequencing reads"
}
}
}