Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vep update to 113 #639

Merged
merged 7 commits into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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',
jemten marked this conversation as resolved.
Show resolved Hide resolved
'--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.

Loading