Skip to content

Commit

Permalink
Merge pull request #617 from nf-core/add_vep_112_option
Browse files Browse the repository at this point in the history
allow vep 112
  • Loading branch information
ramprasadn authored Sep 26, 2024
2 parents 39e473d + e583e15 commit 985230b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### `Fixed`

- Allow for VEP version 112 to be used and set it to default [#617](https://github.com/nf-core/raredisease/pull/617)

### Parameters

### Tool updates
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ params {
variant_caller = 'deepvariant'

// variant annotation
vep_cache_version = 110
vep_cache_version = 112

// sentieon Defaults
ml_model = ''
Expand Down
5 changes: 2 additions & 3 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -742,10 +742,9 @@
},
"vep_cache_version": {
"type": "integer",
"default": 110,
"default": 112,
"description": "Specify the version of the VEP cache provided to the `--vep_cache` option.",
"fa_icon": "fas fa-align-center",
"enum": [107, 110]
"fa_icon": "fas fa-align-center"
}
}
},
Expand Down

0 comments on commit 985230b

Please sign in to comment.