Skip to content

Commit 706b5ce

Browse files
DriesSchaumontgithub-actions[bot]
authored andcommitted
deploy: 41fa6f8
1 parent 03132f9 commit 706b5ce

File tree

533 files changed

+1072
-1080
lines changed

Some content is hidden

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

533 files changed

+1072
-1080
lines changed

src/tiledb/move_mudata_obsm_to_tiledb/config.vsh.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,8 @@ resources:
5555
test_resources:
5656
- type: python_script
5757
path: test.py
58-
- path: /resources_test/tiledb/pbmc_1k_protein_v3_mms
59-
dest: tiledb/pbmc_1k_protein_v3_mms
60-
- path: /resources_test/pbmc_1k_protein_v3/pbmc_1k_protein_v3_mms.h5mu
61-
dest: pbmc_1k_protein_v3/pbmc_1k_protein_v3_mms.h5mu
58+
- path: /resources_test/tiledb/
59+
- path: /resources_test/pbmc_1k_protein_v3/
6260
engines:
6361
- type: docker
6462
image: python:3.12

target/_private/executable/tiledb/move_mudata_obsm_to_tiledb/.config.vsh.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,9 @@ test_resources:
103103
path: "test.py"
104104
is_executable: true
105105
- type: "file"
106-
path: "tiledb/pbmc_1k_protein_v3_mms"
107-
dest: "tiledb/pbmc_1k_protein_v3_mms"
106+
path: "tiledb"
108107
- type: "file"
109-
path: "pbmc_1k_protein_v3/pbmc_1k_protein_v3_mms.h5mu"
110-
dest: "pbmc_1k_protein_v3/pbmc_1k_protein_v3_mms.h5mu"
108+
path: "pbmc_1k_protein_v3"
111109
info: null
112110
status: "enabled"
113111
scope:
@@ -236,9 +234,9 @@ build_info:
236234
output: "target/_private/executable/tiledb/move_mudata_obsm_to_tiledb"
237235
executable: "target/_private/executable/tiledb/move_mudata_obsm_to_tiledb/move_mudata_obsm_to_tiledb"
238236
viash_version: "0.9.4"
239-
git_commit: "b79935a0200a2de4195bfcaa63b1ccbd290c150b"
237+
git_commit: "03132f98cca92079ce154fc0bfdd51db05cd3350"
240238
git_remote: "https://github.com/openpipelines-bio/openpipeline"
241-
git_tag: "2.1.0"
239+
git_tag: "2.1.0-1-g03132f98cca"
242240
package_config:
243241
name: "openpipeline"
244242
summary: "Best-practice workflows for single-cell multi-omics analyses.\n"

target/_private/executable/tiledb/move_mudata_obsm_to_tiledb/move_mudata_obsm_to_tiledb

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="Dries Schaumont"
456456
LABEL org.opencontainers.image.description="Companion container for running component tiledb move_mudata_obsm_to_tiledb"
457-
LABEL org.opencontainers.image.created="2025-08-22T14:12:23Z"
457+
LABEL org.opencontainers.image.created="2025-08-22T15:37:11Z"
458458
LABEL org.opencontainers.image.source="https://github.com/openpipelines-bio/openpipeline"
459-
LABEL org.opencontainers.image.revision="b79935a0200a2de4195bfcaa63b1ccbd290c150b"
459+
LABEL org.opencontainers.image.revision="03132f98cca92079ce154fc0bfdd51db05cd3350"
460460
LABEL org.opencontainers.image.version="v3.0.0"
461461
462462
VIASHDOCKER

target/_private/nextflow/tiledb/move_mudata_obsm_to_tiledb/.config.vsh.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,9 @@ test_resources:
103103
path: "test.py"
104104
is_executable: true
105105
- type: "file"
106-
path: "tiledb/pbmc_1k_protein_v3_mms"
107-
dest: "tiledb/pbmc_1k_protein_v3_mms"
106+
path: "tiledb"
108107
- type: "file"
109-
path: "pbmc_1k_protein_v3/pbmc_1k_protein_v3_mms.h5mu"
110-
dest: "pbmc_1k_protein_v3/pbmc_1k_protein_v3_mms.h5mu"
108+
path: "pbmc_1k_protein_v3"
111109
info: null
112110
status: "enabled"
113111
scope:
@@ -236,9 +234,9 @@ build_info:
236234
output: "target/_private/nextflow/tiledb/move_mudata_obsm_to_tiledb"
237235
executable: "target/_private/nextflow/tiledb/move_mudata_obsm_to_tiledb/main.nf"
238236
viash_version: "0.9.4"
239-
git_commit: "b79935a0200a2de4195bfcaa63b1ccbd290c150b"
237+
git_commit: "03132f98cca92079ce154fc0bfdd51db05cd3350"
240238
git_remote: "https://github.com/openpipelines-bio/openpipeline"
241-
git_tag: "2.1.0"
239+
git_tag: "2.1.0-1-g03132f98cca"
242240
package_config:
243241
name: "openpipeline"
244242
summary: "Best-practice workflows for single-cell multi-omics analyses.\n"

target/_private/nextflow/tiledb/move_mudata_obsm_to_tiledb/main.nf

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3167,13 +3167,11 @@ meta = [
31673167
},
31683168
{
31693169
"type" : "file",
3170-
"path" : "/resources_test/tiledb/pbmc_1k_protein_v3_mms",
3171-
"dest" : "tiledb/pbmc_1k_protein_v3_mms"
3170+
"path" : "/resources_test/tiledb/"
31723171
},
31733172
{
31743173
"type" : "file",
3175-
"path" : "/resources_test/pbmc_1k_protein_v3/pbmc_1k_protein_v3_mms.h5mu",
3176-
"dest" : "pbmc_1k_protein_v3/pbmc_1k_protein_v3_mms.h5mu"
3174+
"path" : "/resources_test/pbmc_1k_protein_v3/"
31773175
}
31783176
],
31793177
"status" : "enabled",
@@ -3332,9 +3330,9 @@ meta = [
33323330
"engine" : "docker",
33333331
"output" : "/home/runner/work/openpipeline/openpipeline/target/_private/nextflow/tiledb/move_mudata_obsm_to_tiledb",
33343332
"viash_version" : "0.9.4",
3335-
"git_commit" : "b79935a0200a2de4195bfcaa63b1ccbd290c150b",
3333+
"git_commit" : "03132f98cca92079ce154fc0bfdd51db05cd3350",
33363334
"git_remote" : "https://github.com/openpipelines-bio/openpipeline",
3337-
"git_tag" : "2.1.0"
3335+
"git_tag" : "2.1.0-1-g03132f98cca"
33383336
},
33393337
"package_config" : {
33403338
"name" : "openpipeline",

target/_private/nextflow/workflows/multiomics/split_h5mu/.config.vsh.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,9 @@ build_info:
209209
output: "target/_private/nextflow/workflows/multiomics/split_h5mu"
210210
executable: "target/_private/nextflow/workflows/multiomics/split_h5mu/main.nf"
211211
viash_version: "0.9.4"
212-
git_commit: "b79935a0200a2de4195bfcaa63b1ccbd290c150b"
212+
git_commit: "03132f98cca92079ce154fc0bfdd51db05cd3350"
213213
git_remote: "https://github.com/openpipelines-bio/openpipeline"
214-
git_tag: "2.1.0"
214+
git_tag: "2.1.0-1-g03132f98cca"
215215
dependencies:
216216
- "target/nextflow/dataflow/split_h5mu"
217217
package_config:

target/_private/nextflow/workflows/multiomics/split_h5mu/main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3305,9 +3305,9 @@ meta = [
33053305
"engine" : "native",
33063306
"output" : "/home/runner/work/openpipeline/openpipeline/target/_private/nextflow/workflows/multiomics/split_h5mu",
33073307
"viash_version" : "0.9.4",
3308-
"git_commit" : "b79935a0200a2de4195bfcaa63b1ccbd290c150b",
3308+
"git_commit" : "03132f98cca92079ce154fc0bfdd51db05cd3350",
33093309
"git_remote" : "https://github.com/openpipelines-bio/openpipeline",
3310-
"git_tag" : "2.1.0"
3310+
"git_tag" : "2.1.0-1-g03132f98cca"
33113311
},
33123312
"package_config" : {
33133313
"name" : "openpipeline",

target/_private/nextflow/workflows/multiomics/split_modalities/.config.vsh.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ build_info:
180180
output: "target/_private/nextflow/workflows/multiomics/split_modalities"
181181
executable: "target/_private/nextflow/workflows/multiomics/split_modalities/main.nf"
182182
viash_version: "0.9.4"
183-
git_commit: "b79935a0200a2de4195bfcaa63b1ccbd290c150b"
183+
git_commit: "03132f98cca92079ce154fc0bfdd51db05cd3350"
184184
git_remote: "https://github.com/openpipelines-bio/openpipeline"
185-
git_tag: "2.1.0"
185+
git_tag: "2.1.0-1-g03132f98cca"
186186
dependencies:
187187
- "target/nextflow/dataflow/split_modalities"
188188
package_config:

target/_private/nextflow/workflows/multiomics/split_modalities/main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3274,9 +3274,9 @@ meta = [
32743274
"engine" : "native",
32753275
"output" : "/home/runner/work/openpipeline/openpipeline/target/_private/nextflow/workflows/multiomics/split_modalities",
32763276
"viash_version" : "0.9.4",
3277-
"git_commit" : "b79935a0200a2de4195bfcaa63b1ccbd290c150b",
3277+
"git_commit" : "03132f98cca92079ce154fc0bfdd51db05cd3350",
32783278
"git_remote" : "https://github.com/openpipelines-bio/openpipeline",
3279-
"git_tag" : "2.1.0"
3279+
"git_tag" : "2.1.0-1-g03132f98cca"
32803280
},
32813281
"package_config" : {
32823282
"name" : "openpipeline",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,9 +419,9 @@ build_info:
419419
output: "target/executable/annotate/celltypist"
420420
executable: "target/executable/annotate/celltypist/celltypist"
421421
viash_version: "0.9.4"
422-
git_commit: "b79935a0200a2de4195bfcaa63b1ccbd290c150b"
422+
git_commit: "03132f98cca92079ce154fc0bfdd51db05cd3350"
423423
git_remote: "https://github.com/openpipelines-bio/openpipeline"
424-
git_tag: "2.1.0"
424+
git_tag: "2.1.0-1-g03132f98cca"
425425
package_config:
426426
name: "openpipeline"
427427
summary: "Best-practice workflows for single-cell multi-omics analyses.\n"

0 commit comments

Comments
 (0)