Build branch openpipeline/v4.0 with version v4.0.2 to openpipeline on branch v4.0 (cd7beddf)
Build pipeline: openpipelines-bio.openpipeline.v4.0.2-x7gmp
Source commit: cd7beddfa8
Source message: Bump version to v4.0.2
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name: "move_layer"
|
||||
namespace: "transform"
|
||||
version: "v4.0.1"
|
||||
version: "v4.0.2"
|
||||
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.1"
|
||||
target_tag: "v4.0.2"
|
||||
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: "e943ae3d1512ded126303c9481cb554d0dd38c92"
|
||||
git_commit: "cd7beddfa85b60b543399a9e2554b8e7b8eaaf62"
|
||||
git_remote: "https://github.com/openpipelines-bio/openpipeline"
|
||||
package_config:
|
||||
name: "openpipeline"
|
||||
version: "v4.0.1"
|
||||
version: "v4.0.2"
|
||||
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.1'"
|
||||
- ".engines[.type == 'docker'].target_tag := 'v4.0.2'"
|
||||
keywords:
|
||||
- "single-cell"
|
||||
- "multimodal"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# move_layer v4.0.1
|
||||
# move_layer v4.0.2
|
||||
#
|
||||
# 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-02-04T09:06:17Z"
|
||||
LABEL org.opencontainers.image.created="2026-02-11T14:34:11Z"
|
||||
LABEL org.opencontainers.image.source="https://github.com/openpipelines-bio/openpipeline"
|
||||
LABEL org.opencontainers.image.revision="e943ae3d1512ded126303c9481cb554d0dd38c92"
|
||||
LABEL org.opencontainers.image.version="v4.0.1"
|
||||
LABEL org.opencontainers.image.revision="cd7beddfa85b60b543399a9e2554b8e7b8eaaf62"
|
||||
LABEL org.opencontainers.image.version="v4.0.2"
|
||||
|
||||
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.1"
|
||||
echo "move_layer v4.0.2"
|
||||
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.1"
|
||||
echo "move_layer v4.0.2"
|
||||
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.1'
|
||||
VIASH_DOCKER_IMAGE_ID='images.viash-hub.com/vsh/openpipeline/transform/move_layer:v4.0.2'
|
||||
fi
|
||||
|
||||
# print dockerfile
|
||||
|
||||
Reference in New Issue
Block a user