Skip to content

Commit 251885f

Browse files
authored
bump htslib pins for ensemblvep (#11771)
1 parent 1fac453 commit 251885f

9 files changed

Lines changed: 35 additions & 24 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@ channels:
44
- conda-forge
55
- bioconda
66
dependencies:
7+
# renovate: datasource=conda depName=bioconda/ensembl-vep
78
- bioconda::ensembl-vep=115.2
9+
# renovate: datasource=conda depName=bioconda/perl-math-cdf
810
- bioconda::perl-math-cdf=0.1
11+
# renovate: datasource=conda depName=bioconda/htslib
12+
- bioconda::htslib=1.23.1

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ process ENSEMBLVEP_DOWNLOAD {
44

55
conda "${moduleDir}/environment.yml"
66
container "${workflow.containerEngine in ['singularity', 'apptainer'] && !task.ext.singularity_pull_docker_container
7-
? 'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/3d/3da6e21cbf9803529421d7e136d1ebec5ff71ec50e0d996eda2ce11ec2c19bf9/data'
8-
: 'community.wave.seqera.io/library/ensembl-vep_perl-math-cdf:1e13f65f931a6954'}"
7+
? 'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/ed/edd02dfaf968d06c808e3c208d5b3e86afb4259590bfa6e5499965ef3bc81881/data'
8+
: 'community.wave.seqera.io/library/ensembl-vep_perl-math-cdf_htslib:efd9a6d1c5f218a9'}"
99

1010
input:
1111
tuple val(meta), val(assembly), val(species), val(cache_version)

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,11 @@
151151
]
152152
}
153153
],
154+
"timestamp": "2026-02-13T13:36:59.060515944",
154155
"meta": {
155156
"nf-test": "0.9.4",
156157
"nextflow": "26.01.1"
157-
},
158-
"timestamp": "2026-02-13T13:36:59.060515944"
158+
}
159159
},
160160
"ENSEMBLVEP download cache for 115_WBcel235 - stub": {
161161
"content": [
@@ -166,7 +166,7 @@
166166
"id": "115_WBcel235"
167167
},
168168
[
169-
169+
170170
]
171171
]
172172
],
@@ -186,10 +186,10 @@
186186
]
187187
}
188188
],
189+
"timestamp": "2026-02-13T13:37:10.696285488",
189190
"meta": {
190191
"nf-test": "0.9.4",
191192
"nextflow": "26.01.1"
192-
},
193-
"timestamp": "2026-02-13T13:37:10.696285488"
193+
}
194194
}
195195
}

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@ channels:
44
- conda-forge
55
- bioconda
66
dependencies:
7+
# renovate: datasource=conda depName=bioconda/ensembl-vep
78
- bioconda::ensembl-vep=115.2
9+
# renovate: datasource=conda depName=bioconda/perl-math-cdf
810
- bioconda::perl-math-cdf=0.1
11+
# renovate: datasource=conda depName=bioconda/htslib
12+
- bioconda::htslib=1.23.1

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ process ENSEMBLVEP_FILTERVEP {
44

55
conda "${moduleDir}/environment.yml"
66
container "${workflow.containerEngine in ['singularity', 'apptainer'] && !task.ext.singularity_pull_docker_container
7-
? 'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/3d/3da6e21cbf9803529421d7e136d1ebec5ff71ec50e0d996eda2ce11ec2c19bf9/data'
8-
: 'community.wave.seqera.io/library/ensembl-vep_perl-math-cdf:1e13f65f931a6954'}"
7+
? 'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/ed/edd02dfaf968d06c808e3c208d5b3e86afb4259590bfa6e5499965ef3bc81881/data'
8+
: 'community.wave.seqera.io/library/ensembl-vep_perl-math-cdf_htslib:efd9a6d1c5f218a9'}"
99

1010
input:
1111
tuple val(meta), path(input)

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ channels:
44
- conda-forge
55
- bioconda
66
dependencies:
7+
# renovate: datasource=conda depName=bioconda/ensembl-vep
78
- bioconda::ensembl-vep=115.2
9+
# renovate: datasource=conda depName=bioconda/perl-math-cdf
810
- bioconda::perl-math-cdf=0.1
9-
- bioconda::htslib=1.21
11+
# renovate: datasource=conda depName=bioconda/htslib
12+
- bioconda::htslib=1.23.1

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ process ENSEMBLVEP_VEP {
44

55
conda "${moduleDir}/environment.yml"
66
container "${workflow.containerEngine in ['singularity', 'apptainer'] && !task.ext.singularity_pull_docker_container
7-
? 'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/3d/3da6e21cbf9803529421d7e136d1ebec5ff71ec50e0d996eda2ce11ec2c19bf9/data'
8-
: 'community.wave.seqera.io/library/ensembl-vep_perl-math-cdf:1e13f65f931a6954'}"
7+
? 'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/ed/edd02dfaf968d06c808e3c208d5b3e86afb4259590bfa6e5499965ef3bc81881/data'
8+
: 'community.wave.seqera.io/library/ensembl-vep_perl-math-cdf_htslib:efd9a6d1c5f218a9'}"
99

1010
input:
1111
tuple val(meta), path(vcf), path(custom_extra_files)

modules/nf-core/ensemblvep/vep/tests/main.nf.test.snap

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
[
2222
"ENSEMBLVEP_VEP",
2323
"tabix",
24-
"1.21"
24+
"1.23.1"
2525
]
2626
]
2727
}
2828
],
29-
"timestamp": "2026-02-06T12:47:57.03116265",
29+
"timestamp": "2026-05-27T09:34:16.339141",
3030
"meta": {
31-
"nf-test": "0.9.3",
32-
"nextflow": "25.10.3"
31+
"nf-test": "0.9.5",
32+
"nextflow": "26.04.2"
3333
}
3434
},
3535
"test_ensemblvep_vep_fasta_vcf - stub (not really but linting complains otherwise)": {
@@ -55,15 +55,15 @@
5555
[
5656
"ENSEMBLVEP_VEP",
5757
"tabix",
58-
"1.21"
58+
"1.23.1"
5959
]
6060
]
6161
}
6262
],
63-
"timestamp": "2026-02-06T12:47:34.421995264",
63+
"timestamp": "2026-05-27T09:33:53.016807",
6464
"meta": {
65-
"nf-test": "0.9.3",
66-
"nextflow": "25.10.3"
65+
"nf-test": "0.9.5",
66+
"nextflow": "26.04.2"
6767
}
6868
}
6969
}

subworkflows/nf-core/vcf_annotate_ensemblvep/tests/main.nf.test.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
]
2222
]
2323
],
24+
"timestamp": "2026-01-20T10:44:55.042159577",
2425
"meta": {
2526
"nf-test": "0.9.3",
2627
"nextflow": "25.10.2"
27-
},
28-
"timestamp": "2026-01-20T10:44:55.042159577"
28+
}
2929
},
3030
"WBcel235 caenorhabditis_elegans 115 - test.vcf.gz - stub": {
3131
"content": [
@@ -49,10 +49,10 @@
4949
]
5050
]
5151
],
52+
"timestamp": "2026-01-20T10:45:05.801478657",
5253
"meta": {
5354
"nf-test": "0.9.3",
5455
"nextflow": "25.10.2"
55-
},
56-
"timestamp": "2026-01-20T10:45:05.801478657"
56+
}
5757
}
5858
}

0 commit comments

Comments
 (0)