Skip to content

Commit

Permalink
Update nextflow_schema.json
Browse files Browse the repository at this point in the history
Changed ratio threshold default to 0.1 and amended description
  • Loading branch information
jmattock5 authored Nov 20, 2024
1 parent 9a3cf9f commit 8aa06e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@
"properties": {
"short_reads_filter_ratio_threshold": {
"type": "number",
"description": "The maximum fraction of reads that are allowed to be filtered out. If exceeded, it flags excessive filtering. The default value is 0.9, meaning that if more than 90% of the reads are filtered out, the threshold is considered exceeded, and the run is not assembled.",
"default": 0.9,
"description": "The maximum fraction of reads that are allowed to be filtered out. If exceeded, it flags excessive filtering. The default value is 0.1, meaning that if less than 10% of the reads are retained after filtering, the threshold is considered exceeded, and the run is not assembled.",
"default": 0.1,
"minimum": 0.0,
"maximum": 1.0
},
Expand Down

0 comments on commit 8aa06e7

Please sign in to comment.