Skip to content

Commit f784475

Browse files
DriesSchaumontgithub-actions[bot]
authored andcommitted
deploy: 21de753
1 parent 26c00c3 commit f784475

File tree

525 files changed

+1056
-1049
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

525 files changed

+1056
-1049
lines changed

src/workflows/annotation/scanvi_scarches/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ workflow run_wf {
113113
"obsp_neighbor_connectivities": "scanvi_integration_connectivities",
114114
"obs_cluster": "scanvi_integration_leiden",
115115
"obsm_umap": "X_scanvi_umap"
116-
]
116+
],
117117
toState: [ "output": "output" ]
118118
)
119119
| setState(["output", "output_model"])

src/workflows/annotation/scanvi_scarches/test.nf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ workflow test_wf {
5252
"input": "output"
5353
]
5454
)
55+
56+
output_ch
5557
| toSortedList({a, b -> a[0] <=> b[0]})
5658
| map { output_list ->
5759
assert output_list.size() == 1 : "output channel should contain 1 event"

src/workflows/test_workflows/annotation/scanvi_scarches/script.py

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ def test_run():
1414
input_mudata = read_h5mu(par["input"])
1515
expected_obsm = ["X_integrated_scanvi", "X_scanvi_umap"]
1616
expected_obs = ["scanvi_pred", "scanvi_probabilities"]
17-
expected_obsp = ["scanvi_integration_distances", "scanvi_integration_connectivities"]
17+
expected_obsp = [
18+
"scanvi_integration_distances",
19+
"scanvi_integration_connectivities",
20+
]
1821
expected_uns = ["scanvi_integration_neighbors"]
1922

2023
assert "rna" in list(input_mudata.mod.keys()), "Input should contain rna modality."
@@ -32,8 +35,10 @@ def test_run():
3235
), f"Input mod['rna'] uns columns should be: {expected_uns}, found: {input_mudata.mod['rna'].uns.keys()}."
3336

3437
assert input_mudata.mod["rna"].obs["scanvi_pred"].dtype == "category"
35-
assert pandas.api.types.is_float_dtype(input_mudata.mod["rna"].obs["scanvi_probabilities"].dtype)
38+
assert pandas.api.types.is_float_dtype(
39+
input_mudata.mod["rna"].obs["scanvi_probabilities"].dtype
40+
)
3641

3742

3843
if __name__ == "__main__":
39-
sys.exit(pytest.main(["--import-mode=importlib"]))
44+
sys.exit(pytest.main([__file__, "--import-mode=importlib"]))

target/executable/annotate/celltypist/.config.vsh.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,9 +416,9 @@ build_info:
416416
output: "target/executable/annotate/celltypist"
417417
executable: "target/executable/annotate/celltypist/celltypist"
418418
viash_version: "0.9.3"
419-
git_commit: "87f6576dc12f1c9790a62ee6412242429e527fe5"
419+
git_commit: "26c00c397a3542af406bc6f366e785b5ac5c03f5"
420420
git_remote: "https://github.com/openpipelines-bio/openpipeline"
421-
git_tag: "2.0.0-rc.1-3-g87f6576dc12"
421+
git_tag: "2.0.0-rc.1-4-g26c00c397a3"
422422
package_config:
423423
name: "openpipeline"
424424
info:

target/executable/annotate/celltypist/celltypist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,9 +465,9 @@ RUN pip install --upgrade pip && \
465465
466466
LABEL org.opencontainers.image.authors="Jakub Majercik, Weiwei Schultz"
467467
LABEL org.opencontainers.image.description="Companion container for running component annotate celltypist"
468-
LABEL org.opencontainers.image.created="2025-04-01T14:21:11Z"
468+
LABEL org.opencontainers.image.created="2025-04-02T07:57:08Z"
469469
LABEL org.opencontainers.image.source="https://github.com/openpipelines-bio/openpipeline"
470-
LABEL org.opencontainers.image.revision="87f6576dc12f1c9790a62ee6412242429e527fe5"
470+
LABEL org.opencontainers.image.revision="26c00c397a3542af406bc6f366e785b5ac5c03f5"
471471
LABEL org.opencontainers.image.version="v2.1.0-rc.1"
472472
473473
VIASHDOCKER

target/executable/annotate/onclass/.config.vsh.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,9 +387,9 @@ build_info:
387387
output: "target/executable/annotate/onclass"
388388
executable: "target/executable/annotate/onclass/onclass"
389389
viash_version: "0.9.3"
390-
git_commit: "87f6576dc12f1c9790a62ee6412242429e527fe5"
390+
git_commit: "26c00c397a3542af406bc6f366e785b5ac5c03f5"
391391
git_remote: "https://github.com/openpipelines-bio/openpipeline"
392-
git_tag: "2.0.0-rc.1-3-g87f6576dc12"
392+
git_tag: "2.0.0-rc.1-4-g26c00c397a3"
393393
package_config:
394394
name: "openpipeline"
395395
info:

target/executable/annotate/onclass/onclass

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,9 +454,9 @@ RUN pip install --upgrade pip && \
454454
455455
LABEL org.opencontainers.image.authors="Jakub Majercik"
456456
LABEL org.opencontainers.image.description="Companion container for running component annotate onclass"
457-
LABEL org.opencontainers.image.created="2025-04-01T14:21:10Z"
457+
LABEL org.opencontainers.image.created="2025-04-02T07:57:08Z"
458458
LABEL org.opencontainers.image.source="https://github.com/openpipelines-bio/openpipeline"
459-
LABEL org.opencontainers.image.revision="87f6576dc12f1c9790a62ee6412242429e527fe5"
459+
LABEL org.opencontainers.image.revision="26c00c397a3542af406bc6f366e785b5ac5c03f5"
460460
LABEL org.opencontainers.image.version="v2.1.0-rc.1"
461461
462462
VIASHDOCKER

target/executable/annotate/popv/.config.vsh.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,9 +353,9 @@ build_info:
353353
output: "target/executable/annotate/popv"
354354
executable: "target/executable/annotate/popv/popv"
355355
viash_version: "0.9.3"
356-
git_commit: "87f6576dc12f1c9790a62ee6412242429e527fe5"
356+
git_commit: "26c00c397a3542af406bc6f366e785b5ac5c03f5"
357357
git_remote: "https://github.com/openpipelines-bio/openpipeline"
358-
git_tag: "2.0.0-rc.1-3-g87f6576dc12"
358+
git_tag: "2.0.0-rc.1-4-g26c00c397a3"
359359
package_config:
360360
name: "openpipeline"
361361
info:

target/executable/annotate/popv/popv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,9 +466,9 @@ RUN cd /opt && git clone --depth 1 https://github.com/YosefLab/PopV.git
466466
467467
LABEL org.opencontainers.image.authors="Matthias Beyens, Robrecht Cannoodt"
468468
LABEL org.opencontainers.image.description="Companion container for running component annotate popv"
469-
LABEL org.opencontainers.image.created="2025-04-01T14:21:10Z"
469+
LABEL org.opencontainers.image.created="2025-04-02T07:57:07Z"
470470
LABEL org.opencontainers.image.source="https://github.com/openpipelines-bio/openpipeline"
471-
LABEL org.opencontainers.image.revision="87f6576dc12f1c9790a62ee6412242429e527fe5"
471+
LABEL org.opencontainers.image.revision="26c00c397a3542af406bc6f366e785b5ac5c03f5"
472472
LABEL org.opencontainers.image.version="v2.1.0-rc.1"
473473
474474
VIASHDOCKER

target/executable/annotate/random_forest_annotation/.config.vsh.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,9 +402,9 @@ build_info:
402402
output: "target/executable/annotate/random_forest_annotation"
403403
executable: "target/executable/annotate/random_forest_annotation/random_forest_annotation"
404404
viash_version: "0.9.3"
405-
git_commit: "87f6576dc12f1c9790a62ee6412242429e527fe5"
405+
git_commit: "26c00c397a3542af406bc6f366e785b5ac5c03f5"
406406
git_remote: "https://github.com/openpipelines-bio/openpipeline"
407-
git_tag: "2.0.0-rc.1-3-g87f6576dc12"
407+
git_tag: "2.0.0-rc.1-4-g26c00c397a3"
408408
package_config:
409409
name: "openpipeline"
410410
info:

0 commit comments

Comments
 (0)