Skip to content

Commit f90d0a5

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

File tree

679 files changed

+3610
-3610
lines changed

Some content is hidden

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

679 files changed

+3610
-3610
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "move_mudata_obsm_to_tiledb"
22
namespace: "tiledb"
3-
version: "v3.0.0"
3+
version: "3.0.0"
44
authors:
55
- name: "Dries Schaumont"
66
roles:
@@ -194,7 +194,7 @@ engines:
194194
- type: "docker"
195195
id: "docker"
196196
image: "python:3.12"
197-
target_tag: "v3.0.0"
197+
target_tag: "3.0.0"
198198
namespace_separator: "/"
199199
setup:
200200
- type: "python"
@@ -234,9 +234,9 @@ build_info:
234234
output: "target/_private/executable/tiledb/move_mudata_obsm_to_tiledb"
235235
executable: "target/_private/executable/tiledb/move_mudata_obsm_to_tiledb/move_mudata_obsm_to_tiledb"
236236
viash_version: "0.9.4"
237-
git_commit: "03132f98cca92079ce154fc0bfdd51db05cd3350"
237+
git_commit: "706b5ce24d313dcf947b7d9fe929630f1ad204e7"
238238
git_remote: "https://github.com/openpipelines-bio/openpipeline"
239-
git_tag: "2.1.0-1-g03132f98cca"
239+
git_tag: "2.1.0-2-g706b5ce24d3"
240240
package_config:
241241
name: "openpipeline"
242242
summary: "Best-practice workflows for single-cell multi-omics analyses.\n"
@@ -266,8 +266,8 @@ package_config:
266266
- ".resources += {path: '/src/workflows/utils/labels.config', dest: 'nextflow_labels.config'}\n\
267267
.runners[.type == 'nextflow'].config.script := 'includeConfig(\"nextflow_labels.config\"\
268268
)'"
269-
- ".version := \"v3.0.0\""
270-
- ".engines[.type == 'docker'].target_tag := 'v3.0.0'"
269+
- ".version := \"3.0.0\""
270+
- ".engines[.type == 'docker'].target_tag := '3.0.0'"
271271
keywords:
272272
- "single-cell"
273273
- "multimodal"

target/_private/executable/tiledb/move_mudata_obsm_to_tiledb/move_mudata_obsm_to_tiledb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
# move_mudata_obsm_to_tiledb v3.0.0
3+
# move_mudata_obsm_to_tiledb 3.0.0
44
#
55
# This wrapper script is auto-generated by viash 0.9.4 and is thus a derivative
66
# work thereof. This software comes with ABSOLUTELY NO WARRANTY from Data
@@ -454,10 +454,10 @@ 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-22T15:37:11Z"
457+
LABEL org.opencontainers.image.created="2025-08-22T17:59:09Z"
458458
LABEL org.opencontainers.image.source="https://github.com/openpipelines-bio/openpipeline"
459-
LABEL org.opencontainers.image.revision="03132f98cca92079ce154fc0bfdd51db05cd3350"
460-
LABEL org.opencontainers.image.version="v3.0.0"
459+
LABEL org.opencontainers.image.revision="706b5ce24d313dcf947b7d9fe929630f1ad204e7"
460+
LABEL org.opencontainers.image.version="3.0.0"
461461
462462
VIASHDOCKER
463463
fi
@@ -574,7 +574,7 @@ VIASH_DOCKER_RUN_ARGS=(-i --rm --env AWS_ACCESS_KEY_ID --env AWS_SECRET_ACCESS_K
574574

575575
# ViashHelp: Display helpful explanation about this executable
576576
function ViashHelp {
577-
echo "move_mudata_obsm_to_tiledb v3.0.0"
577+
echo "move_mudata_obsm_to_tiledb 3.0.0"
578578
echo ""
579579
echo "Move .obsm items from a MuData modality to an existing tileDB database."
580580
echo "The .obsm keys should not exist in the database yet; and the observations from"
@@ -664,7 +664,7 @@ while [[ $# -gt 0 ]]; do
664664
shift 1
665665
;;
666666
--version)
667-
echo "move_mudata_obsm_to_tiledb v3.0.0"
667+
echo "move_mudata_obsm_to_tiledb 3.0.0"
668668
exit
669669
;;
670670
--input_uri)
@@ -836,7 +836,7 @@ if [[ "$VIASH_ENGINE_TYPE" == "docker" ]]; then
836836

837837
# determine docker image id
838838
if [[ "$VIASH_ENGINE_ID" == 'docker' ]]; then
839-
VIASH_DOCKER_IMAGE_ID='ghcr.io/openpipelines-bio/openpipeline/tiledb/move_mudata_obsm_to_tiledb:v3.0.0'
839+
VIASH_DOCKER_IMAGE_ID='ghcr.io/openpipelines-bio/openpipeline/tiledb/move_mudata_obsm_to_tiledb:3.0.0'
840840
fi
841841

842842
# print dockerfile

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "move_mudata_obsm_to_tiledb"
22
namespace: "tiledb"
3-
version: "v3.0.0"
3+
version: "3.0.0"
44
authors:
55
- name: "Dries Schaumont"
66
roles:
@@ -194,7 +194,7 @@ engines:
194194
- type: "docker"
195195
id: "docker"
196196
image: "python:3.12"
197-
target_tag: "v3.0.0"
197+
target_tag: "3.0.0"
198198
namespace_separator: "/"
199199
setup:
200200
- type: "python"
@@ -234,9 +234,9 @@ build_info:
234234
output: "target/_private/nextflow/tiledb/move_mudata_obsm_to_tiledb"
235235
executable: "target/_private/nextflow/tiledb/move_mudata_obsm_to_tiledb/main.nf"
236236
viash_version: "0.9.4"
237-
git_commit: "03132f98cca92079ce154fc0bfdd51db05cd3350"
237+
git_commit: "706b5ce24d313dcf947b7d9fe929630f1ad204e7"
238238
git_remote: "https://github.com/openpipelines-bio/openpipeline"
239-
git_tag: "2.1.0-1-g03132f98cca"
239+
git_tag: "2.1.0-2-g706b5ce24d3"
240240
package_config:
241241
name: "openpipeline"
242242
summary: "Best-practice workflows for single-cell multi-omics analyses.\n"
@@ -266,8 +266,8 @@ package_config:
266266
- ".resources += {path: '/src/workflows/utils/labels.config', dest: 'nextflow_labels.config'}\n\
267267
.runners[.type == 'nextflow'].config.script := 'includeConfig(\"nextflow_labels.config\"\
268268
)'"
269-
- ".version := \"v3.0.0\""
270-
- ".engines[.type == 'docker'].target_tag := 'v3.0.0'"
269+
- ".version := \"3.0.0\""
270+
- ".engines[.type == 'docker'].target_tag := '3.0.0'"
271271
keywords:
272272
- "single-cell"
273273
- "multimodal"

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// move_mudata_obsm_to_tiledb v3.0.0
1+
// move_mudata_obsm_to_tiledb 3.0.0
22
//
33
// This wrapper script is auto-generated by viash 0.9.4 and is thus a derivative
44
// work thereof. This software comes with ABSOLUTELY NO WARRANTY from Data
@@ -3035,7 +3035,7 @@ meta = [
30353035
"config": processConfig(readJsonBlob('''{
30363036
"name" : "move_mudata_obsm_to_tiledb",
30373037
"namespace" : "tiledb",
3038-
"version" : "v3.0.0",
3038+
"version" : "3.0.0",
30393039
"authors" : [
30403040
{
30413041
"name" : "Dries Schaumont",
@@ -3276,7 +3276,7 @@ meta = [
32763276
"type" : "docker",
32773277
"id" : "docker",
32783278
"image" : "python:3.12",
3279-
"target_tag" : "v3.0.0",
3279+
"target_tag" : "3.0.0",
32803280
"namespace_separator" : "/",
32813281
"setup" : [
32823282
{
@@ -3330,9 +3330,9 @@ meta = [
33303330
"engine" : "docker",
33313331
"output" : "/home/runner/work/openpipeline/openpipeline/target/_private/nextflow/tiledb/move_mudata_obsm_to_tiledb",
33323332
"viash_version" : "0.9.4",
3333-
"git_commit" : "03132f98cca92079ce154fc0bfdd51db05cd3350",
3333+
"git_commit" : "706b5ce24d313dcf947b7d9fe929630f1ad204e7",
33343334
"git_remote" : "https://github.com/openpipelines-bio/openpipeline",
3335-
"git_tag" : "2.1.0-1-g03132f98cca"
3335+
"git_tag" : "2.1.0-2-g706b5ce24d3"
33363336
},
33373337
"package_config" : {
33383338
"name" : "openpipeline",
@@ -3358,8 +3358,8 @@ meta = [
33583358
"target" : "/home/runner/work/openpipeline/openpipeline/target",
33593359
"config_mods" : [
33603360
".resources += {path: '/src/workflows/utils/labels.config', dest: 'nextflow_labels.config'}\n.runners[.type == 'nextflow'].config.script := 'includeConfig(\\"nextflow_labels.config\\")'",
3361-
".version := \\"v3.0.0\\"",
3362-
".engines[.type == 'docker'].target_tag := 'v3.0.0'"
3361+
".version := \\"3.0.0\\"",
3362+
".engines[.type == 'docker'].target_tag := '3.0.0'"
33633363
],
33643364
"keywords" : [
33653365
"single-cell",
@@ -3904,7 +3904,7 @@ meta["defaults"] = [
39043904
"container" : {
39053905
"registry" : "ghcr.io",
39063906
"image" : "openpipelines-bio/openpipeline/tiledb/move_mudata_obsm_to_tiledb",
3907-
"tag" : "v3.0.0"
3907+
"tag" : "3.0.0"
39083908
},
39093909
"label" : [
39103910
"highmem",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ manifest {
22
name = 'tiledb/move_mudata_obsm_to_tiledb'
33
mainScript = 'main.nf'
44
nextflowVersion = '!>=20.12.1-edge'
5-
version = 'v3.0.0'
5+
version = '3.0.0'
66
description = 'Move .obsm items from a MuData modality to an existing tileDB database.\nThe .obsm keys should not exist in the database yet; and the observations from the modality and \ntheir order should match with what is already present the tiledb database.\n'
77
author = 'Dries Schaumont'
88
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "split_h5mu"
22
namespace: "workflows/multiomics"
3-
version: "v3.0.0"
3+
version: "3.0.0"
44
authors:
55
- name: "Dries Schaumont"
66
roles:
@@ -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: "03132f98cca92079ce154fc0bfdd51db05cd3350"
212+
git_commit: "706b5ce24d313dcf947b7d9fe929630f1ad204e7"
213213
git_remote: "https://github.com/openpipelines-bio/openpipeline"
214-
git_tag: "2.1.0-1-g03132f98cca"
214+
git_tag: "2.1.0-2-g706b5ce24d3"
215215
dependencies:
216216
- "target/nextflow/dataflow/split_h5mu"
217217
package_config:
@@ -243,7 +243,7 @@ package_config:
243243
- ".resources += {path: '/src/workflows/utils/labels.config', dest: 'nextflow_labels.config'}\n\
244244
.runners[.type == 'nextflow'].config.script := 'includeConfig(\"nextflow_labels.config\"\
245245
)'"
246-
- ".version := \"v3.0.0\""
246+
- ".version := \"3.0.0\""
247247
keywords:
248248
- "single-cell"
249249
- "multimodal"

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// split_h5mu v3.0.0
1+
// split_h5mu 3.0.0
22
//
33
// This wrapper script is auto-generated by viash 0.9.4 and is thus a derivative
44
// work thereof. This software comes with ABSOLUTELY NO WARRANTY from Data
@@ -3035,7 +3035,7 @@ meta = [
30353035
"config": processConfig(readJsonBlob('''{
30363036
"name" : "split_h5mu",
30373037
"namespace" : "workflows/multiomics",
3038-
"version" : "v3.0.0",
3038+
"version" : "3.0.0",
30393039
"authors" : [
30403040
{
30413041
"name" : "Dries Schaumont",
@@ -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" : "03132f98cca92079ce154fc0bfdd51db05cd3350",
3308+
"git_commit" : "706b5ce24d313dcf947b7d9fe929630f1ad204e7",
33093309
"git_remote" : "https://github.com/openpipelines-bio/openpipeline",
3310-
"git_tag" : "2.1.0-1-g03132f98cca"
3310+
"git_tag" : "2.1.0-2-g706b5ce24d3"
33113311
},
33123312
"package_config" : {
33133313
"name" : "openpipeline",
@@ -3333,7 +3333,7 @@ meta = [
33333333
"target" : "/home/runner/work/openpipeline/openpipeline/target",
33343334
"config_mods" : [
33353335
".resources += {path: '/src/workflows/utils/labels.config', dest: 'nextflow_labels.config'}\n.runners[.type == 'nextflow'].config.script := 'includeConfig(\\"nextflow_labels.config\\")'",
3336-
".version := \\"v3.0.0\\""
3336+
".version := \\"3.0.0\\""
33373337
],
33383338
"keywords" : [
33393339
"single-cell",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ manifest {
22
name = 'workflows/multiomics/split_h5mu'
33
mainScript = 'main.nf'
44
nextflowVersion = '!>=20.12.1-edge'
5-
version = 'v3.0.0'
5+
version = '3.0.0'
66
description = 'Split the samples of a single modality from a .h5mu (multimodal) sample into seperate .h5mu files based on the values of an .obs column of this modality. '
77
author = 'Dries Schaumont'
88
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "split_modalities"
22
namespace: "workflows/multiomics"
3-
version: "v3.0.0"
3+
version: "3.0.0"
44
authors:
55
- name: "Dries Schaumont"
66
roles:
@@ -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: "03132f98cca92079ce154fc0bfdd51db05cd3350"
183+
git_commit: "706b5ce24d313dcf947b7d9fe929630f1ad204e7"
184184
git_remote: "https://github.com/openpipelines-bio/openpipeline"
185-
git_tag: "2.1.0-1-g03132f98cca"
185+
git_tag: "2.1.0-2-g706b5ce24d3"
186186
dependencies:
187187
- "target/nextflow/dataflow/split_modalities"
188188
package_config:
@@ -214,7 +214,7 @@ package_config:
214214
- ".resources += {path: '/src/workflows/utils/labels.config', dest: 'nextflow_labels.config'}\n\
215215
.runners[.type == 'nextflow'].config.script := 'includeConfig(\"nextflow_labels.config\"\
216216
)'"
217-
- ".version := \"v3.0.0\""
217+
- ".version := \"3.0.0\""
218218
keywords:
219219
- "single-cell"
220220
- "multimodal"

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// split_modalities v3.0.0
1+
// split_modalities 3.0.0
22
//
33
// This wrapper script is auto-generated by viash 0.9.4 and is thus a derivative
44
// work thereof. This software comes with ABSOLUTELY NO WARRANTY from Data
@@ -3035,7 +3035,7 @@ meta = [
30353035
"config": processConfig(readJsonBlob('''{
30363036
"name" : "split_modalities",
30373037
"namespace" : "workflows/multiomics",
3038-
"version" : "v3.0.0",
3038+
"version" : "3.0.0",
30393039
"authors" : [
30403040
{
30413041
"name" : "Dries Schaumont",
@@ -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" : "03132f98cca92079ce154fc0bfdd51db05cd3350",
3277+
"git_commit" : "706b5ce24d313dcf947b7d9fe929630f1ad204e7",
32783278
"git_remote" : "https://github.com/openpipelines-bio/openpipeline",
3279-
"git_tag" : "2.1.0-1-g03132f98cca"
3279+
"git_tag" : "2.1.0-2-g706b5ce24d3"
32803280
},
32813281
"package_config" : {
32823282
"name" : "openpipeline",
@@ -3302,7 +3302,7 @@ meta = [
33023302
"target" : "/home/runner/work/openpipeline/openpipeline/target",
33033303
"config_mods" : [
33043304
".resources += {path: '/src/workflows/utils/labels.config', dest: 'nextflow_labels.config'}\n.runners[.type == 'nextflow'].config.script := 'includeConfig(\\"nextflow_labels.config\\")'",
3305-
".version := \\"v3.0.0\\""
3305+
".version := \\"3.0.0\\""
33063306
],
33073307
"keywords" : [
33083308
"single-cell",

0 commit comments

Comments
 (0)