Skip to content

Commit 5cb32f5

Browse files
Merge pull request #593 from maxulysse/dev_ensemblvep
update cache version in igenomes.config + update vep module
2 parents 7ba61bd + 4809211 commit 5cb32f5

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6262
- [#578](https://github.com/nf-core/sarek/pull/578) - Updated module deeptools/bamcoverage
6363
- [#585](https://github.com/nf-core/sarek/pull/585) - Remove explicit BAM to CRAM conversion after MarkduplicatesSpark; tool does it internally
6464
- [#581](https://github.com/nf-core/sarek/pull/581) - `TIDDIT` is updated to `3.1.0`
65+
- [#593](https://github.com/nf-core/sarek/pull/593) - update `ensembl-vep` cache version and module
6566

6667
### Fixed
6768

conf/igenomes.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ params {
2929
mappability = "${params.igenomes_base}/Homo_sapiens/GATK/GRCh37/Annotation/Control-FREEC/out100m2_hg19.gem"
3030
snpeff_db = 'GRCh37.75'
3131
snpeff_genome = 'GRCh37'
32-
vep_cache_version = 104
32+
vep_cache_version = 105
3333
vep_genome = 'GRCh37'
3434
vep_species = 'homo_sapiens'
3535
}
@@ -55,7 +55,7 @@ params {
5555
pon_tbi = "${params.igenomes_base}/Homo_sapiens/GATK/GRCh38/Annotation/GATKBundle/1000g_pon.hg38.vcf.gz.tbi"
5656
snpeff_db = 'GRCh38.99'
5757
snpeff_genome = 'GRCh38'
58-
vep_cache_version = 104
58+
vep_cache_version = 105
5959
vep_genome = 'GRCh38'
6060
vep_species = 'homo_sapiens'
6161
}
@@ -107,7 +107,7 @@ params {
107107
fasta = "${params.igenomes_base}/Caenorhabditis_elegans/Ensembl/WBcel235/Sequence/WholeGenomeFasta/genome.fa"
108108
snpeff_db = 'WBcel235.99'
109109
snpeff_genome = 'WBcel235'
110-
vep_cache_version = 104
110+
vep_cache_version = 105
111111
vep_genome = 'WBcel235'
112112
vep_species = 'caenorhabditis_elegans'
113113
}

modules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"git_sha": "e745e167c1020928ef20ea1397b6b4d230681b4d"
6868
},
6969
"ensemblvep": {
70-
"git_sha": "30f72e24822576c6f90a0bf9db678b403c70eccf"
70+
"git_sha": "757c20c8ebfab85e1de9f98773a2269f6d34025a"
7171
},
7272
"fastqc": {
7373
"git_sha": "49b18b1639f4f7104187058866a8fab33332bdfe"

modules/nf-core/modules/ensemblvep/main.nf

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)