Skip to content

Commit 90e0aed

Browse files
authored
Upgrade stranger to v0.10.2 (nf-core#11274)
* Upgrade stranger to 0.10.2 * update snapshots
1 parent cf6e217 commit 90e0aed

3 files changed

Lines changed: 22 additions & 22 deletions

File tree

modules/nf-core/stranger/environment.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ channels:
44
- conda-forge
55
- bioconda
66
dependencies:
7-
- bioconda::htslib=1.23
8-
- conda-forge::pip=25.3
9-
- conda-forge::python=3.14.2
7+
- bioconda::htslib=1.23.1
8+
- conda-forge::python=3.14.4
9+
- conda-forge::pip=26.0.1
1010
- pip:
11-
- stranger==0.10.0
11+
- stranger==0.10.2

modules/nf-core/stranger/main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ process STRANGER {
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/90/90f7f35b37e9e31c8680c18ef59c76e74500f44664887b3c1131daf07ff3043f/data':
8-
'community.wave.seqera.io/library/htslib_pip_stranger:de13e0cf88d77b50' }"
7+
'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/96/969730adce57ebf531cffc0c4ac4dfdbfc52dea11290477afa58428193adb796/data':
8+
'community.wave.seqera.io/library/htslib_pip_python_stranger:beca035d9e9d6787' }"
99

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

modules/nf-core/stranger/tests/main.nf.test.snap

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
[
2323
"STRANGER",
2424
"stranger",
25-
"0.10.0"
25+
"0.10.2"
2626
]
2727
],
2828
"3": [
2929
[
3030
"STRANGER",
3131
"tabix",
32-
"1.23"
32+
"1.23.1"
3333
]
3434
],
3535
"tbi": [
@@ -52,23 +52,23 @@
5252
[
5353
"STRANGER",
5454
"stranger",
55-
"0.10.0"
55+
"0.10.2"
5656
]
5757
],
5858
"versions_tabix": [
5959
[
6060
"STRANGER",
6161
"tabix",
62-
"1.23"
62+
"1.23.1"
6363
]
6464
]
6565
}
6666
],
6767
"meta": {
6868
"nf-test": "0.9.3",
69-
"nextflow": "25.10.2"
69+
"nextflow": "25.10.4"
7070
},
71-
"timestamp": "2026-01-30T15:59:31.211437829"
71+
"timestamp": "2026-04-23T14:27:33.511593306"
7272
},
7373
"homo_sapiens - vcf, repeat_catalogue": {
7474
"content": [
@@ -78,67 +78,67 @@
7878
{
7979
"id": "test"
8080
},
81-
"stranger.vcf.gz:md5,5c55cbc7404f2d03b8cac82733175783"
81+
"stranger.vcf.gz:md5,7bccff6da8e34606dccad76c44434e76"
8282
]
8383
],
8484
"1": [
8585
[
8686
{
8787
"id": "test"
8888
},
89-
"stranger.vcf.gz.tbi:md5,9ac34e9ea9d9e3eee971b542629259c3"
89+
"stranger.vcf.gz.tbi:md5,587822ec191e1840e306146b7e5dafcd"
9090
]
9191
],
9292
"2": [
9393
[
9494
"STRANGER",
9595
"stranger",
96-
"0.10.0"
96+
"0.10.2"
9797
]
9898
],
9999
"3": [
100100
[
101101
"STRANGER",
102102
"tabix",
103-
"1.23"
103+
"1.23.1"
104104
]
105105
],
106106
"tbi": [
107107
[
108108
{
109109
"id": "test"
110110
},
111-
"stranger.vcf.gz.tbi:md5,9ac34e9ea9d9e3eee971b542629259c3"
111+
"stranger.vcf.gz.tbi:md5,587822ec191e1840e306146b7e5dafcd"
112112
]
113113
],
114114
"vcf": [
115115
[
116116
{
117117
"id": "test"
118118
},
119-
"stranger.vcf.gz:md5,5c55cbc7404f2d03b8cac82733175783"
119+
"stranger.vcf.gz:md5,7bccff6da8e34606dccad76c44434e76"
120120
]
121121
],
122122
"versions_stranger": [
123123
[
124124
"STRANGER",
125125
"stranger",
126-
"0.10.0"
126+
"0.10.2"
127127
]
128128
],
129129
"versions_tabix": [
130130
[
131131
"STRANGER",
132132
"tabix",
133-
"1.23"
133+
"1.23.1"
134134
]
135135
]
136136
}
137137
],
138138
"meta": {
139139
"nf-test": "0.9.3",
140-
"nextflow": "25.10.2"
140+
"nextflow": "25.10.4"
141141
},
142-
"timestamp": "2026-01-30T15:59:14.37967244"
142+
"timestamp": "2026-04-23T14:27:21.359555969"
143143
}
144144
}

0 commit comments

Comments
 (0)