Skip to content

Commit

Permalink
Merge pull request #639 from nf-core/vep_update113
Browse files Browse the repository at this point in the history
Vep update to 113
  • Loading branch information
ramprasadn authored Oct 22, 2024
2 parents b2088de + 359d876 commit 610c023
Show file tree
Hide file tree
Showing 17 changed files with 56 additions and 55 deletions.
23 changes: 12 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Tool updates

| Tool | Old version | New version |
| -------- | ----------- | ----------- |
| bcftools | 1.18 | 1.20 |
| genmod | 3.8.2 | 3.8.3 |
| mosdepth | 0.3.6 | 0.3.8 |
| multiqc | 1.21 | 1.25.1 |
| picard | 3.1.1 | 3.2.0 |
| samtools | 1.19.2 | 1.21 |
| sentieon | 202308.02 | 202308.03 |
| stranger | 0.8.1 | 0.9.1 |
| tabix | 1.19.1 | 1.20 |
| Tool | Old version | New version |
| ---------- | ----------- | ----------- |
| bcftools | 1.18 | 1.20 |
| ensemblvep | 112 | 113 |
| genmod | 3.8.2 | 3.8.3 |
| mosdepth | 0.3.6 | 0.3.8 |
| multiqc | 1.21 | 1.25.1 |
| picard | 3.1.1 | 3.2.0 |
| samtools | 1.19.2 | 1.21 |
| sentieon | 202308.02 | 202308.03 |
| stranger | 0.8.1 | 0.9.1 |
| tabix | 1.19.1 | 1.20 |

## 2.2.0 - Dogmatix [2024-09-13]

Expand Down
2 changes: 1 addition & 1 deletion conf/modules/annotate_mobile_elements.config
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ process {
'--appris --biotype --buffer_size 100 --canonical --cache --ccds',
'--compress_output bgzip --distance 5000 --domains',
'--exclude_predicted --force_overwrite --format vcf',
'--fork 4 --hgvs --humdiv --max_sv_size 248956422 --merged',
'--hgvs --humdiv --max_sv_size 248956422 --merged',
'--no_progress --numbers --per_gene --polyphen p',
'--protein --offline --regulatory --sift p',
'--symbol --tsl --uniprot --vcf'
Expand Down
2 changes: 1 addition & 1 deletion conf/modules/annotate_mt_snvs.config
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ process {
'--plugin SpliceAI,snv=spliceai_21_scores_raw_snv_-v1.3-.vcf.gz,indel=spliceai_21_scores_raw_snv_-v1.3-.vcf.gz',
'--distance 0',
'--buffer_size 20000',
'--format vcf --fork 4 --max_sv_size 248956422',
'--format vcf --max_sv_size 248956422',
'--appris --biotype --cache --canonical --ccds --compress_output bgzip',
'--domains --exclude_predicted --force_overwrite',
'--hgvs --humdiv --no_progress --numbers',
Expand Down
6 changes: 3 additions & 3 deletions conf/modules/annotate_structural_variants.config
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ process {

withName: '.*ANNOTATE_STRUCTURAL_VARIANTS:ENSEMBLVEP_SV' {
ext.args = { [
'--dir_cache vep_cache',
'--dir_plugins vep_cache/Plugins',
'--dir_cache cache',
'--dir_plugins cache/Plugins',
'--plugin pLI,pLI_values.txt',
'--appris --biotype --buffer_size 100 --canonical --cache --ccds',
'--compress_output bgzip --distance 5000 --domains',
'--exclude_predicted --force_overwrite --format vcf',
'--fork 4 --hgvs --humdiv --max_sv_size 248956422 --merged',
'--hgvs --humdiv --max_sv_size 248956422 --merged',
'--no_progress --numbers --per_gene --polyphen p',
'--protein --offline --regulatory --sift p',
'--symbol --tsl --uniprot --vcf'
Expand Down
4 changes: 2 additions & 2 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,12 @@
},
"ensemblvep/filtervep": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"git_sha": "6e3585d9ad20b41adc7d271009f8cb5e191ecab4",
"installed_by": ["modules"]
},
"ensemblvep/vep": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"git_sha": "6e3585d9ad20b41adc7d271009f8cb5e191ecab4",
"installed_by": ["modules"]
},
"expansionhunter": {
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/ensemblvep/filtervep/environment.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions modules/nf-core/ensemblvep/filtervep/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions modules/nf-core/ensemblvep/filtervep/tests/main.nf.test

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions modules/nf-core/ensemblvep/filtervep/tests/main.nf.test.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions modules/nf-core/ensemblvep/filtervep/tests/nextflow.config

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions modules/nf-core/ensemblvep/filtervep/tests/tab.gz.config

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions modules/nf-core/ensemblvep/filtervep/tests/vcf.config

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/nf-core/ensemblvep/vep/environment.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions modules/nf-core/ensemblvep/vep/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions modules/nf-core/ensemblvep/vep/tests/main.nf.test

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions modules/nf-core/ensemblvep/vep/tests/main.nf.test.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/nf-core/ensemblvep/vep/tests/nextflow.config

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 610c023

Please sign in to comment.