Skip to content

Commit

Permalink
Change QC threshold type from integer to number
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterius committed Jan 26, 2024
1 parent a5691c6 commit ecffa90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,20 +114,20 @@
"fa_icon": "fas fa-hashtag"
},
"st_qc_mito_threshold": {
"type": "integer",
"type": "number",
"default": 20,
"description": "The maximum proportion of mitochondrial content that a spot is allowed to have to pass the filtering.",
"help_text": "If you do not wish to filter based on mitochondrial content, set this parameter to `100`.",
"fa_icon": "fas fa-hashtag"
},
"st_qc_ribo_threshold": {
"type": "integer",
"type": "number",
"default": 0,
"description": "The minimum proportion of ribosomal content that a spot is needs to have to pass the filtering (no filtering is done by defeault).",
"fa_icon": "fas fa-hashtag"
},
"st_qc_hb_threshold": {
"type": "integer",
"type": "number",
"default": 100,
"description": "The maximum proportion of haemoglobin content that a spot is allowed to have to pass the filtering (no filtering is done by defeault).",
"fa_icon": "fas fa-hashtag"
Expand Down

0 comments on commit ecffa90

Please sign in to comment.