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

Merge branch 'dev' into update_motus

This commit is contained in:
Sofia Stamouli 2022-11-29 15:12:31 +01:00 committed by GitHub
commit e85c75dcba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,6 +60,14 @@
"description": "Common options across both long and short read preprocessing QC steps", "description": "Common options across both long and short read preprocessing QC steps",
"default": "", "default": "",
"properties": { "properties": {
"preprocessing_qc_tool": {
"type": "string",
"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",
"fa_icon": "fas fa-tools"
},
"save_preprocessed_reads": { "save_preprocessed_reads": {
"type": "boolean", "type": "boolean",
"fa_icon": "fas fa-save", "fa_icon": "fas fa-save",