Skip to content

Commit

Permalink
Merge pull request #144 from nf-core/filter-default-fix
Browse files Browse the repository at this point in the history
Change gatk_vf params from integer to floats
  • Loading branch information
maxulysse authored Jun 17, 2024
2 parents 2c708c0 + 08240b5 commit 0b2c66e
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 @@ -505,13 +505,13 @@
},
"gatk_vf_fs_filter": {
"type": "number",
"default": 30,
"default": 30.0,
"description": "Value to be used for the FisherStrand (FS) filter",
"help_text": "This parameter defines the value to use for the FisherStrand (FS) filter in the GATK variant-filtering step. \nThe value should given in a float number format. Default is 30.0"
},
"gatk_vf_qd_filter": {
"type": "number",
"default": 2,
"default": 2.0,
"description": "Value to be used for the QualByDepth (QD) filter",
"help_text": "This parameter defines the value to use for the QualByDepth (QD) filter in the GATK variant-filtering step. \nThe value should given in a float number format. Default is 2.0"
}
Expand Down

0 comments on commit 0b2c66e

Please sign in to comment.