Skip to content

Commit 6e7d04a

Browse files
authored
Update scvi-tools version to 1.4.3 (#11648)
* Update scvi-tools version to 1.4.3 * update scvi-tools solo container Signed-off-by: Lukas Heumos <lukas.heumos@posteo.net> * update scvi-tools solo hash Signed-off-by: Lukas Heumos <lukas.heumos@posteo.net> * emit versions Signed-off-by: Lukas Heumos <lukas.heumos@posteo.net> * emit versions Signed-off-by: Lukas Heumos <lukas.heumos@posteo.net> * lint fix Signed-off-by: Lukas Heumos <lukas.heumos@posteo.net> * use right hash Signed-off-by: Lukas Heumos <lukas.heumos@posteo.net> * use right hash Signed-off-by: Lukas Heumos <lukas.heumos@posteo.net> * use right hash Signed-off-by: Lukas Heumos <lukas.heumos@posteo.net> * formatting Signed-off-by: Lukas Heumos <lukas.heumos@posteo.net> * formatting Signed-off-by: Lukas Heumos <lukas.heumos@posteo.net> * formatting Signed-off-by: Lukas Heumos <lukas.heumos@posteo.net> --------- Signed-off-by: Lukas Heumos <lukas.heumos@posteo.net>
1 parent 978985a commit 6e7d04a

4 files changed

Lines changed: 16 additions & 13 deletions

File tree

modules/nf-core/scvitools/solo/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::scvi-tools=1.3.3
7+
- conda-forge::scvi-tools=1.4.3

modules/nf-core/scvitools/solo/main.nf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ process SCVITOOLS_SOLO {
44
label 'process_gpu'
55

66
conda "${moduleDir}/environment.yml"
7-
container "${ task.ext.use_gpu ? 'ghcr.io/scverse/scvi-tools:py3.12-cu12-1.3.3-' :
7+
container "${ task.ext.use_gpu ? 'ghcr.io/scverse/scvi-tools:py3.13-cu12-1.4.3-' :
88
workflow.containerEngine in ['singularity', 'apptainer'] && !task.ext.singularity_pull_docker_container ?
9-
'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/c8/c8764e4208e9639a54d636fc65c839c55dedbfd68def57baea90d1d2007d6a7f/data':
10-
'community.wave.seqera.io/library/scvi-tools:1.3.3--df115aabdccb7d6b' }"
9+
'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/df/dfb4b54fd5cb5c5624d947914f5ab8ac86eeaa5f762ebc52c034fbd36cf30250/data':
10+
'community.wave.seqera.io/library/scvi-tools:1.4.3--cce8c95b58ececa6' }"
1111

1212
input:
1313
tuple val(meta), path(h5ad)
@@ -17,7 +17,7 @@ process SCVITOOLS_SOLO {
1717
output:
1818
tuple val(meta), path("*.h5ad"), emit: h5ad
1919
tuple val(meta), path("*.pkl") , emit: predictions
20-
path "versions.yml" , emit: versions
20+
path "versions.yml" , emit: versions, topic: versions
2121

2222
when:
2323
task.ext.when == null || task.ext.when

modules/nf-core/scvitools/solo/meta.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ tools:
1111
homepage: "https://scvi-tools.org"
1212
documentation: "https://docs.scvi-tools.org/en/stable/"
1313
tool_dev_url: "https://github.com/scverse/scvi-tools"
14-
licence: ["MIT"]
14+
licence:
15+
- "MIT"
1516
identifier: ""
16-
1717
input:
1818
- - meta:
1919
type: map
@@ -55,16 +55,19 @@ output:
5555
type: file
5656
description: pandas dataframe containing the doublet classification
5757
pattern: "*.pkl"
58-
5958
ontologies: []
6059
versions:
6160
- versions.yml:
6261
type: file
6362
description: File containing software versions
6463
pattern: "versions.yml"
65-
6664
ontologies:
6765
- edam: http://edamontology.org/format_3750 # YAML
66+
topics:
67+
versions:
68+
- versions.yml:
69+
type: string
70+
description: The name of the process
6871
authors:
6972
- "@LeonHafner"
7073
maintainers:

modules/nf-core/scvitools/solo/tests/main.nf.test.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"Should run without batch column": {
33
"content": [
44
[
5-
"versions.yml:md5,6c9c4dfb80bc9f3e68cbf3328f74c6d9"
5+
"versions.yml:md5,bb88327d1a949a186e1a243a4ff14ce0"
66
],
77
"test.h5ad",
88
"test.pkl"
@@ -16,7 +16,7 @@
1616
"Should run with batch column": {
1717
"content": [
1818
[
19-
"versions.yml:md5,6c9c4dfb80bc9f3e68cbf3328f74c6d9"
19+
"versions.yml:md5,bb88327d1a949a186e1a243a4ff14ce0"
2020
],
2121
"test.h5ad",
2222
"test.pkl"
@@ -47,7 +47,7 @@
4747
]
4848
],
4949
"2": [
50-
"versions.yml:md5,b04fe43d9ea390fc608cb41bbf9136a3"
50+
"versions.yml:md5,c51a5910d7d7235de015822b272544b0"
5151
],
5252
"h5ad": [
5353
[
@@ -66,7 +66,7 @@
6666
]
6767
],
6868
"versions": [
69-
"versions.yml:md5,b04fe43d9ea390fc608cb41bbf9136a3"
69+
"versions.yml:md5,c51a5910d7d7235de015822b272544b0"
7070
]
7171
}
7272
],

0 commit comments

Comments
 (0)