Skip to content

Commit cb905a1

Browse files
authored
update datavzrd (#9359)
1 parent 19ad843 commit cb905a1

3 files changed

Lines changed: 17 additions & 17 deletions

File tree

modules/nf-core/datavzrd/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ channels:
44
- conda-forge
55
- bioconda
66
dependencies:
7-
- conda-forge::datavzrd==2.61.0
7+
- conda-forge::datavzrd==2.61.7

modules/nf-core/datavzrd/main.nf

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

55
conda "${moduleDir}/environment.yml"
66
container "${workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container
7-
? 'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/b4/b4fdd7c0143c00d6dd2dd1b50cca0197a43954a8cd935943e41116b04c0cd5ce/data'
8-
: 'community.wave.seqera.io/library/datavzrd:2.61.0--6c44cf2748dcfbf4'}"
7+
? 'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/7e/7e1ff6edeffa771f340c0c044fde514b61bc4691ede6b79728263bf20c7990f6/data'
8+
: 'community.wave.seqera.io/library/datavzrd:2.61.7--3dfa5861de05f6ac'}"
99

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

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
]
3434
],
3535
"1": [
36-
"versions.yml:md5,6baef41fb5156a63d006ba7cb29ad5b3"
36+
"versions.yml:md5,fef55c16db446db21f73a19204640ced"
3737
],
3838
"report": [
3939
[
@@ -66,25 +66,25 @@
6666
]
6767
],
6868
"versions": [
69-
"versions.yml:md5,6baef41fb5156a63d006ba7cb29ad5b3"
69+
"versions.yml:md5,fef55c16db446db21f73a19204640ced"
7070
]
7171
},
7272
{
7373
"DATAVZRD": {
74-
"datavzrd": "2.61.0"
74+
"datavzrd": "2.61.7"
7575
}
7676
}
7777
],
7878
"meta": {
79-
"nf-test": "0.9.2",
80-
"nextflow": "25.04.3"
79+
"nf-test": "0.9.3",
80+
"nextflow": "25.04.8"
8181
},
82-
"timestamp": "2025-10-14T12:56:22.453421"
82+
"timestamp": "2025-11-07T15:51:59.303911"
8383
},
8484
"tsv": {
8585
"content": [
8686
[
87-
"versions.yml:md5,6baef41fb5156a63d006ba7cb29ad5b3"
87+
"versions.yml:md5,fef55c16db446db21f73a19204640ced"
8888
],
8989
[
9090
"index.html",
@@ -97,10 +97,10 @@
9797
]
9898
],
9999
"meta": {
100-
"nf-test": "0.9.2",
101-
"nextflow": "25.04.3"
100+
"nf-test": "0.9.3",
101+
"nextflow": "25.04.8"
102102
},
103-
"timestamp": "2025-10-14T12:54:54.734798"
103+
"timestamp": "2025-11-07T15:51:54.770914"
104104
},
105105
"no_config_file": {
106106
"content": [
@@ -128,7 +128,7 @@
128128
"csv": {
129129
"content": [
130130
[
131-
"versions.yml:md5,6baef41fb5156a63d006ba7cb29ad5b3"
131+
"versions.yml:md5,fef55c16db446db21f73a19204640ced"
132132
],
133133
[
134134
"index.html",
@@ -141,9 +141,9 @@
141141
]
142142
],
143143
"meta": {
144-
"nf-test": "0.9.2",
145-
"nextflow": "25.04.3"
144+
"nf-test": "0.9.3",
145+
"nextflow": "25.04.8"
146146
},
147-
"timestamp": "2025-10-14T12:54:49.411456"
147+
"timestamp": "2025-11-07T15:51:50.079745"
148148
}
149149
}

0 commit comments

Comments
 (0)