Build branch openpipeline/v4.0 with version v4.0.1 to openpipeline on branch v4.0 (e943ae3d)

Build pipeline: openpipelines-bio.openpipeline.v4.0.1-gxhpq

Source commit: e943ae3d15

Source message: Bump version to v4.0.1
This commit is contained in:
CI
2026-02-04 10:23:46 +00:00
parent 4caaaf68ef
commit 4fe82d0fdc
807 changed files with 3924 additions and 3864 deletions

View File

@@ -1,6 +1,6 @@
name: "move_layer"
namespace: "transform"
version: "v4.0.0"
version: "v4.0.1"
argument_groups:
- name: "Arguments"
arguments:
@@ -176,7 +176,7 @@ engines:
id: "docker"
image: "python:3.12-slim"
target_registry: "images.viash-hub.com"
target_tag: "v4.0.0"
target_tag: "v4.0.1"
namespace_separator: "/"
setup:
- type: "apt"
@@ -217,11 +217,11 @@ build_info:
output: "target/executable/transform/move_layer"
executable: "target/executable/transform/move_layer/move_layer"
viash_version: "0.9.4"
git_commit: "de02293c9e13198622b988dac952b2c8c70a1e35"
git_commit: "e943ae3d1512ded126303c9481cb554d0dd38c92"
git_remote: "https://github.com/openpipelines-bio/openpipeline"
package_config:
name: "openpipeline"
version: "v4.0.0"
version: "v4.0.1"
summary: "Best-practice workflows for single-cell multi-omics analyses.\n"
description: "OpenPipelines are extensible single cell analysis pipelines for reproducible\
\ and large-scale single cell processing using [Viash](https://viash.io) and [Nextflow](https://www.nextflow.io/).\n\
@@ -251,7 +251,7 @@ package_config:
)'"
- ".engines += { type: \"native\" }"
- ".engines[.type == 'docker'].target_registry := 'images.viash-hub.com'"
- ".engines[.type == 'docker'].target_tag := 'v4.0.0'"
- ".engines[.type == 'docker'].target_tag := 'v4.0.1'"
keywords:
- "single-cell"
- "multimodal"

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# move_layer v4.0.0
# move_layer v4.0.1
#
# This wrapper script is auto-generated by viash 0.9.4 and is thus a derivative
# work thereof. This software comes with ABSOLUTELY NO WARRANTY from Data
@@ -454,10 +454,10 @@ RUN pip install --upgrade pip && \
python -c 'exec("try:\n import zarr; from importlib.metadata import version\nexcept ModuleNotFoundError:\n exit(0)\nelse: assert int(version(\"zarr\").partition(\".\")[0]) > 2")'
LABEL org.opencontainers.image.description="Companion container for running component transform move_layer"
LABEL org.opencontainers.image.created="2026-01-26T10:04:32Z"
LABEL org.opencontainers.image.created="2026-02-04T09:06:17Z"
LABEL org.opencontainers.image.source="https://github.com/openpipelines-bio/openpipeline"
LABEL org.opencontainers.image.revision="de02293c9e13198622b988dac952b2c8c70a1e35"
LABEL org.opencontainers.image.version="v4.0.0"
LABEL org.opencontainers.image.revision="e943ae3d1512ded126303c9481cb554d0dd38c92"
LABEL org.opencontainers.image.version="v4.0.1"
VIASHDOCKER
fi
@@ -574,7 +574,7 @@ VIASH_DOCKER_RUN_ARGS=(-i --rm)
# ViashHelp: Display helpful explanation about this executable
function ViashHelp {
echo "move_layer v4.0.0"
echo "move_layer v4.0.1"
echo ""
echo "Move a data matrix stored at the .layers or .X attributes in a MuData object to"
echo "another layer."
@@ -661,7 +661,7 @@ while [[ $# -gt 0 ]]; do
shift 1
;;
--version)
echo "move_layer v4.0.0"
echo "move_layer v4.0.1"
exit
;;
--input)
@@ -830,7 +830,7 @@ if [[ "$VIASH_ENGINE_TYPE" == "docker" ]]; then
# determine docker image id
if [[ "$VIASH_ENGINE_ID" == 'docker' ]]; then
VIASH_DOCKER_IMAGE_ID='images.viash-hub.com/vsh/openpipeline/transform/move_layer:v4.0.0'
VIASH_DOCKER_IMAGE_ID='images.viash-hub.com/vsh/openpipeline/transform/move_layer:v4.0.1'
fi
# print dockerfile