Skip to content

Commit

Permalink
Merge pull request #527 from maxulysse/dev_cf
Browse files Browse the repository at this point in the history
Fix default values for cf
  • Loading branch information
maxulysse authored Apr 25, 2022
2 parents 2aaaa35 + d24a311 commit c31f1f8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -260,20 +260,21 @@
},
"cf_contamination": {
"type": "number",
"default": 0,
"fa_icon": "fas fa-wrench",
"description": "Design known contamination value for Control-FREEC",
"hidden": true
},
"cf_minqual": {
"type": "string",
"default": "0",
"type": "number",
"default": 0,
"fa_icon": "fas fa-greater-than",
"hidden": true,
"description": "Minimal sequencing quality for a position to be considered in BAF analysis"
},
"cf_mincov": {
"type": "string",
"default": "0",
"type": "number",
"default": 0,
"fa_icon": "fas fa-align-center",
"hidden": true,
"description": "Minimal read coverage for a position to be considered in BAF analysis"
Expand Down

0 comments on commit c31f1f8

Please sign in to comment.