Skip to content

Commit 8ce10a7

Browse files
authored
Bump annotation module versions (#119)
* bump vep * bump svannotate * changelog * latest-everything -> latest-stable * fix annotation tests
1 parent c1e8221 commit 8ce10a7

19 files changed

Lines changed: 472 additions & 442 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
matrix:
3131
NXF_VER:
3232
- "25.04.0"
33-
- "latest-everything"
33+
- "latest-stable"
3434
test:
3535
- "pipeline_sv"
3636
- "pipeline_cnv"

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525
9. Changed the `--annotations_filter` parameter to a `--filter` parameter. This parameter takes an argument of `bcftools filter` to filter the resulting VCFs.
2626
10. Removed the `--delly_sv_types` parameter.
2727
11. Moved all `wisecondorx` and `qdnaseq` outputs to a separate directory in each sample output.
28+
12. Bumped all annotation modules to the latest versions
2829

2930
### `Fixed`
3031

modules.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@
5353
},
5454
"ensemblvep/download": {
5555
"branch": "master",
56-
"git_sha": "3db4f8488315cd7d7cf3fcb64251f6603210e831",
56+
"git_sha": "f9234d35f5b9143313a4773fb54716876c030323",
5757
"installed_by": ["modules"]
5858
},
5959
"ensemblvep/vep": {
6060
"branch": "master",
61-
"git_sha": "b42fec6f7c6e5d0716685cabb825ef6bf6e386b5",
61+
"git_sha": "f9234d35f5b9143313a4773fb54716876c030323",
6262
"installed_by": ["modules"]
6363
},
6464
"expansionhunter": {
@@ -73,7 +73,7 @@
7373
},
7474
"gatk4/svannotate": {
7575
"branch": "master",
76-
"git_sha": "cc7e281e7877146dac79c5a484e6e2b10086234a",
76+
"git_sha": "a57253204b8f4022edfeaa3ae2f5e2abecd8858b",
7777
"installed_by": ["modules"]
7878
},
7979
"gawk": {

modules/nf-core/ensemblvep/download/environment.yml

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

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

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

modules/nf-core/ensemblvep/download/meta.yml

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

modules/nf-core/ensemblvep/download/tests/main.nf.test

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

0 commit comments

Comments
 (0)