Skip to content

Commit

Permalink
deploy: f6afb13
Browse files Browse the repository at this point in the history
  • Loading branch information
DriesSchaumont committed Jun 12, 2024
1 parent f6afb13 commit a7f8635
Show file tree
Hide file tree
Showing 570 changed files with 3,312 additions and 3,312 deletions.
8 changes: 4 additions & 4 deletions target/docker/annotate/popv/.config.vsh.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
functionality:
name: "popv"
namespace: "annotate"
version: "1.0.0-rc6"
version: "1.0.0"
authors:
- name: "Matthias Beyens"
roles:
Expand Down Expand Up @@ -253,7 +253,7 @@ platforms:
image: "python:3.9-slim"
target_organization: "openpipelines-bio"
target_registry: "ghcr.io"
target_tag: "1.0.0-rc6"
target_tag: "1.0.0"
namespace_separator: "/"
resolve_volume: "Automatic"
chown: true
Expand Down Expand Up @@ -352,6 +352,6 @@ info:
output: "/home/runner/work/openpipeline/openpipeline/target/docker/annotate/popv"
executable: "/home/runner/work/openpipeline/openpipeline/target/docker/annotate/popv/popv"
viash_version: "0.8.5"
git_commit: "e56b8a4b8598953a6b92130a19681e9852ee4816"
git_commit: "f6afb13a00da46b141b778b1770be7f1a382e109"
git_remote: "https://github.com/openpipelines-bio/openpipeline"
git_tag: "1.0.0-rc5"
git_tag: "1.0.0-rc6"
26 changes: 13 additions & 13 deletions target/docker/annotate/popv/popv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

# popv 1.0.0-rc6
# popv 1.0.0
#
# This wrapper script is auto-generated by viash 0.8.5 and is thus a derivative
# work thereof. This software comes with ABSOLUTELY NO WARRANTY from Data
Expand Down Expand Up @@ -174,7 +174,7 @@ VIASH_META_TEMP_DIR="$VIASH_TEMP"

# ViashHelp: Display helpful explanation about this executable
function ViashHelp {
echo "popv 1.0.0-rc6"
echo "popv 1.0.0"
echo ""
echo "Performs popular major vote cell typing on single cell sequence data using"
echo "multiple algorithms. Note that this is a one-shot version of PopV."
Expand Down Expand Up @@ -503,10 +503,10 @@ RUN cd /opt && git clone --depth 1 https://github.com/YosefLab/PopV.git && \
LABEL org.opencontainers.image.authors="Matthias Beyens, Robrecht Cannoodt"
LABEL org.opencontainers.image.description="Companion container for running component annotate popv"
LABEL org.opencontainers.image.created="2024-06-10T08:53:22Z"
LABEL org.opencontainers.image.created="2024-06-12T11:06:52Z"
LABEL org.opencontainers.image.source="https://github.com/openpipelines-bio/openpipeline"
LABEL org.opencontainers.image.revision="e56b8a4b8598953a6b92130a19681e9852ee4816"
LABEL org.opencontainers.image.version="1.0.0-rc6"
LABEL org.opencontainers.image.revision="f6afb13a00da46b141b778b1770be7f1a382e109"
LABEL org.opencontainers.image.version="1.0.0"
VIASHDOCKER
}
Expand Down Expand Up @@ -657,7 +657,7 @@ while [[ $# -gt 0 ]]; do
shift 1
;;
--version)
echo "popv 1.0.0-rc6"
echo "popv 1.0.0"
exit
;;
--input)
Expand Down Expand Up @@ -890,14 +890,14 @@ eval set -- $VIASH_POSITIONAL_ARGS
ViashDockerInstallationCheck

if [ $VIASH_MODE == "docker_setup" ]; then
ViashDockerSetup 'ghcr.io/openpipelines-bio/annotate/popv:1.0.0-rc6' "$VIASH_DOCKER_SETUP_STRATEGY"
ViashDockerSetup 'ghcr.io/openpipelines-bio/annotate/popv:1.0.0' "$VIASH_DOCKER_SETUP_STRATEGY"
exit 0
fi
ViashDockerSetup 'ghcr.io/openpipelines-bio/annotate/popv:1.0.0-rc6' ifneedbepullelsecachedbuild
ViashDockerSetup 'ghcr.io/openpipelines-bio/annotate/popv:1.0.0' ifneedbepullelsecachedbuild

if [ $VIASH_MODE == "docker_debug" ]; then
ViashNotice "+ docker run --entrypoint=bash -i --rm -v "$(pwd)":/pwd --workdir /pwd -t 'ghcr.io/openpipelines-bio/annotate/popv:1.0.0-rc6'"
docker run --entrypoint=bash -i --rm -v "$(pwd)":/pwd --workdir /pwd -t 'ghcr.io/openpipelines-bio/annotate/popv:1.0.0-rc6'
ViashNotice "+ docker run --entrypoint=bash -i --rm -v "$(pwd)":/pwd --workdir /pwd -t 'ghcr.io/openpipelines-bio/annotate/popv:1.0.0'"
docker run --entrypoint=bash -i --rm -v "$(pwd)":/pwd --workdir /pwd -t 'ghcr.io/openpipelines-bio/annotate/popv:1.0.0'
exit 0
fi

Expand Down Expand Up @@ -1120,7 +1120,7 @@ VIASH_UNIQUE_MOUNTS=($(for val in "${VIASH_EXTRA_MOUNTS[@]}"; do echo "$val"; do
function ViashPerformChown {
if (( ${#VIASH_CHOWN_VARS[@]} )); then
set +e
eval docker run --entrypoint=chown -i --rm ${VIASH_UNIQUE_MOUNTS[@]} ghcr.io/openpipelines-bio/annotate/popv:1.0.0-rc6 "$(id -u):$(id -g)" --silent --recursive ${VIASH_CHOWN_VARS[@]}
eval docker run --entrypoint=chown -i --rm ${VIASH_UNIQUE_MOUNTS[@]} ghcr.io/openpipelines-bio/annotate/popv:1.0.0 "$(id -u):$(id -g)" --silent --recursive ${VIASH_CHOWN_VARS[@]}
set -e
fi
}
Expand All @@ -1139,8 +1139,8 @@ fi
# set dependency paths


ViashDebug "Running command: $(echo docker run --entrypoint=bash -i --rm ${VIASH_UNIQUE_MOUNTS[@]} $VIASH_EXTRA_DOCKER_ARGS ghcr.io/openpipelines-bio/annotate/popv:1.0.0-rc6)"
cat << VIASHEOF | eval docker run --entrypoint=bash -i --rm ${VIASH_UNIQUE_MOUNTS[@]} $VIASH_EXTRA_DOCKER_ARGS ghcr.io/openpipelines-bio/annotate/popv:1.0.0-rc6
ViashDebug "Running command: $(echo docker run --entrypoint=bash -i --rm ${VIASH_UNIQUE_MOUNTS[@]} $VIASH_EXTRA_DOCKER_ARGS ghcr.io/openpipelines-bio/annotate/popv:1.0.0)"
cat << VIASHEOF | eval docker run --entrypoint=bash -i --rm ${VIASH_UNIQUE_MOUNTS[@]} $VIASH_EXTRA_DOCKER_ARGS ghcr.io/openpipelines-bio/annotate/popv:1.0.0
set -e
tempscript=\$(mktemp "$VIASH_META_TEMP_DIR/viash-run-popv-XXXXXX").py
function clean_up {
Expand Down
8 changes: 4 additions & 4 deletions target/docker/cluster/leiden/.config.vsh.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
functionality:
name: "leiden"
namespace: "cluster"
version: "1.0.0-rc6"
version: "1.0.0"
authors:
- name: "Dries De Maeyer"
roles:
Expand Down Expand Up @@ -147,7 +147,7 @@ platforms:
image: "python:3.11-slim"
target_organization: "openpipelines-bio"
target_registry: "ghcr.io"
target_tag: "1.0.0-rc6"
target_tag: "1.0.0"
namespace_separator: "/"
resolve_volume: "Automatic"
chown: true
Expand Down Expand Up @@ -230,6 +230,6 @@ info:
output: "/home/runner/work/openpipeline/openpipeline/target/docker/cluster/leiden"
executable: "/home/runner/work/openpipeline/openpipeline/target/docker/cluster/leiden/leiden"
viash_version: "0.8.5"
git_commit: "e56b8a4b8598953a6b92130a19681e9852ee4816"
git_commit: "f6afb13a00da46b141b778b1770be7f1a382e109"
git_remote: "https://github.com/openpipelines-bio/openpipeline"
git_tag: "1.0.0-rc5"
git_tag: "1.0.0-rc6"
26 changes: 13 additions & 13 deletions target/docker/cluster/leiden/leiden
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

# leiden 1.0.0-rc6
# leiden 1.0.0
#
# This wrapper script is auto-generated by viash 0.8.5 and is thus a derivative
# work thereof. This software comes with ABSOLUTELY NO WARRANTY from Data
Expand Down Expand Up @@ -173,7 +173,7 @@ VIASH_META_TEMP_DIR="$VIASH_TEMP"

# ViashHelp: Display helpful explanation about this executable
function ViashHelp {
echo "leiden 1.0.0-rc6"
echo "leiden 1.0.0"
echo ""
echo "Cluster cells using the [Leiden algorithm] [Traag18] implemented in the [Scanpy"
echo "framework] [Wolf18]."
Expand Down Expand Up @@ -460,10 +460,10 @@ RUN pip install --upgrade pip && \
LABEL org.opencontainers.image.authors="Dries De Maeyer"
LABEL org.opencontainers.image.description="Companion container for running component cluster leiden"
LABEL org.opencontainers.image.created="2024-06-10T08:53:25Z"
LABEL org.opencontainers.image.created="2024-06-12T11:06:53Z"
LABEL org.opencontainers.image.source="https://github.com/openpipelines-bio/openpipeline"
LABEL org.opencontainers.image.revision="e56b8a4b8598953a6b92130a19681e9852ee4816"
LABEL org.opencontainers.image.version="1.0.0-rc6"
LABEL org.opencontainers.image.revision="f6afb13a00da46b141b778b1770be7f1a382e109"
LABEL org.opencontainers.image.version="1.0.0"
VIASHDOCKER
}
Expand Down Expand Up @@ -614,7 +614,7 @@ while [[ $# -gt 0 ]]; do
shift 1
;;
--version)
echo "leiden 1.0.0-rc6"
echo "leiden 1.0.0"
exit
;;
--input)
Expand Down Expand Up @@ -776,14 +776,14 @@ eval set -- $VIASH_POSITIONAL_ARGS
ViashDockerInstallationCheck

if [ $VIASH_MODE == "docker_setup" ]; then
ViashDockerSetup 'ghcr.io/openpipelines-bio/cluster/leiden:1.0.0-rc6' "$VIASH_DOCKER_SETUP_STRATEGY"
ViashDockerSetup 'ghcr.io/openpipelines-bio/cluster/leiden:1.0.0' "$VIASH_DOCKER_SETUP_STRATEGY"
exit 0
fi
ViashDockerSetup 'ghcr.io/openpipelines-bio/cluster/leiden:1.0.0-rc6' ifneedbepullelsecachedbuild
ViashDockerSetup 'ghcr.io/openpipelines-bio/cluster/leiden:1.0.0' ifneedbepullelsecachedbuild

if [ $VIASH_MODE == "docker_debug" ]; then
ViashNotice "+ docker run --entrypoint=bash -i --rm -v "$(pwd)":/pwd --workdir /pwd -t 'ghcr.io/openpipelines-bio/cluster/leiden:1.0.0-rc6'"
docker run --entrypoint=bash -i --rm -v "$(pwd)":/pwd --workdir /pwd -t 'ghcr.io/openpipelines-bio/cluster/leiden:1.0.0-rc6'
ViashNotice "+ docker run --entrypoint=bash -i --rm -v "$(pwd)":/pwd --workdir /pwd -t 'ghcr.io/openpipelines-bio/cluster/leiden:1.0.0'"
docker run --entrypoint=bash -i --rm -v "$(pwd)":/pwd --workdir /pwd -t 'ghcr.io/openpipelines-bio/cluster/leiden:1.0.0'
exit 0
fi

Expand Down Expand Up @@ -990,7 +990,7 @@ VIASH_UNIQUE_MOUNTS=($(for val in "${VIASH_EXTRA_MOUNTS[@]}"; do echo "$val"; do
function ViashPerformChown {
if (( ${#VIASH_CHOWN_VARS[@]} )); then
set +e
eval docker run --entrypoint=chown -i --rm ${VIASH_UNIQUE_MOUNTS[@]} ghcr.io/openpipelines-bio/cluster/leiden:1.0.0-rc6 "$(id -u):$(id -g)" --silent --recursive ${VIASH_CHOWN_VARS[@]}
eval docker run --entrypoint=chown -i --rm ${VIASH_UNIQUE_MOUNTS[@]} ghcr.io/openpipelines-bio/cluster/leiden:1.0.0 "$(id -u):$(id -g)" --silent --recursive ${VIASH_CHOWN_VARS[@]}
set -e
fi
}
Expand All @@ -1009,8 +1009,8 @@ fi
# set dependency paths


ViashDebug "Running command: $(echo docker run --entrypoint=bash -i --rm ${VIASH_UNIQUE_MOUNTS[@]} $VIASH_EXTRA_DOCKER_ARGS ghcr.io/openpipelines-bio/cluster/leiden:1.0.0-rc6)"
cat << VIASHEOF | eval docker run --entrypoint=bash -i --rm ${VIASH_UNIQUE_MOUNTS[@]} $VIASH_EXTRA_DOCKER_ARGS ghcr.io/openpipelines-bio/cluster/leiden:1.0.0-rc6
ViashDebug "Running command: $(echo docker run --entrypoint=bash -i --rm ${VIASH_UNIQUE_MOUNTS[@]} $VIASH_EXTRA_DOCKER_ARGS ghcr.io/openpipelines-bio/cluster/leiden:1.0.0)"
cat << VIASHEOF | eval docker run --entrypoint=bash -i --rm ${VIASH_UNIQUE_MOUNTS[@]} $VIASH_EXTRA_DOCKER_ARGS ghcr.io/openpipelines-bio/cluster/leiden:1.0.0
set -e
tempscript=\$(mktemp "$VIASH_META_TEMP_DIR/viash-run-leiden-XXXXXX").py
function clean_up {
Expand Down
8 changes: 4 additions & 4 deletions target/docker/compression/compress_h5mu/.config.vsh.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
functionality:
name: "compress_h5mu"
namespace: "compression"
version: "1.0.0-rc6"
version: "1.0.0"
authors:
- name: "Dries Schaumont"
roles:
Expand Down Expand Up @@ -89,7 +89,7 @@ platforms:
image: "python:3.10-slim"
target_organization: "openpipelines-bio"
target_registry: "ghcr.io"
target_tag: "1.0.0-rc6"
target_tag: "1.0.0"
namespace_separator: "/"
resolve_volume: "Automatic"
chown: true
Expand Down Expand Up @@ -171,6 +171,6 @@ info:
output: "/home/runner/work/openpipeline/openpipeline/target/docker/compression/compress_h5mu"
executable: "/home/runner/work/openpipeline/openpipeline/target/docker/compression/compress_h5mu/compress_h5mu"
viash_version: "0.8.5"
git_commit: "e56b8a4b8598953a6b92130a19681e9852ee4816"
git_commit: "f6afb13a00da46b141b778b1770be7f1a382e109"
git_remote: "https://github.com/openpipelines-bio/openpipeline"
git_tag: "1.0.0-rc5"
git_tag: "1.0.0-rc6"
26 changes: 13 additions & 13 deletions target/docker/compression/compress_h5mu/compress_h5mu
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

# compress_h5mu 1.0.0-rc6
# compress_h5mu 1.0.0
#
# This wrapper script is auto-generated by viash 0.8.5 and is thus a derivative
# work thereof. This software comes with ABSOLUTELY NO WARRANTY from Data
Expand Down Expand Up @@ -173,7 +173,7 @@ VIASH_META_TEMP_DIR="$VIASH_TEMP"

# ViashHelp: Display helpful explanation about this executable
function ViashHelp {
echo "compress_h5mu 1.0.0-rc6"
echo "compress_h5mu 1.0.0"
echo ""
echo "Compress a MuData file."
echo ""
Expand Down Expand Up @@ -423,10 +423,10 @@ RUN pip install --upgrade pip && \
LABEL org.opencontainers.image.authors="Dries Schaumont"
LABEL org.opencontainers.image.description="Companion container for running component compression compress_h5mu"
LABEL org.opencontainers.image.created="2024-06-10T08:53:25Z"
LABEL org.opencontainers.image.created="2024-06-12T11:06:55Z"
LABEL org.opencontainers.image.source="https://github.com/openpipelines-bio/openpipeline"
LABEL org.opencontainers.image.revision="e56b8a4b8598953a6b92130a19681e9852ee4816"
LABEL org.opencontainers.image.version="1.0.0-rc6"
LABEL org.opencontainers.image.revision="f6afb13a00da46b141b778b1770be7f1a382e109"
LABEL org.opencontainers.image.version="1.0.0"
VIASHDOCKER
}
Expand Down Expand Up @@ -577,7 +577,7 @@ while [[ $# -gt 0 ]]; do
shift 1
;;
--version)
echo "compress_h5mu 1.0.0-rc6"
echo "compress_h5mu 1.0.0"
exit
;;
--input)
Expand Down Expand Up @@ -683,14 +683,14 @@ eval set -- $VIASH_POSITIONAL_ARGS
ViashDockerInstallationCheck

if [ $VIASH_MODE == "docker_setup" ]; then
ViashDockerSetup 'ghcr.io/openpipelines-bio/compression/compress_h5mu:1.0.0-rc6' "$VIASH_DOCKER_SETUP_STRATEGY"
ViashDockerSetup 'ghcr.io/openpipelines-bio/compression/compress_h5mu:1.0.0' "$VIASH_DOCKER_SETUP_STRATEGY"
exit 0
fi
ViashDockerSetup 'ghcr.io/openpipelines-bio/compression/compress_h5mu:1.0.0-rc6' ifneedbepullelsecachedbuild
ViashDockerSetup 'ghcr.io/openpipelines-bio/compression/compress_h5mu:1.0.0' ifneedbepullelsecachedbuild

if [ $VIASH_MODE == "docker_debug" ]; then
ViashNotice "+ docker run --entrypoint=bash -i --rm -v "$(pwd)":/pwd --workdir /pwd -t 'ghcr.io/openpipelines-bio/compression/compress_h5mu:1.0.0-rc6'"
docker run --entrypoint=bash -i --rm -v "$(pwd)":/pwd --workdir /pwd -t 'ghcr.io/openpipelines-bio/compression/compress_h5mu:1.0.0-rc6'
ViashNotice "+ docker run --entrypoint=bash -i --rm -v "$(pwd)":/pwd --workdir /pwd -t 'ghcr.io/openpipelines-bio/compression/compress_h5mu:1.0.0'"
docker run --entrypoint=bash -i --rm -v "$(pwd)":/pwd --workdir /pwd -t 'ghcr.io/openpipelines-bio/compression/compress_h5mu:1.0.0'
exit 0
fi

Expand Down Expand Up @@ -874,7 +874,7 @@ VIASH_UNIQUE_MOUNTS=($(for val in "${VIASH_EXTRA_MOUNTS[@]}"; do echo "$val"; do
function ViashPerformChown {
if (( ${#VIASH_CHOWN_VARS[@]} )); then
set +e
eval docker run --entrypoint=chown -i --rm ${VIASH_UNIQUE_MOUNTS[@]} ghcr.io/openpipelines-bio/compression/compress_h5mu:1.0.0-rc6 "$(id -u):$(id -g)" --silent --recursive ${VIASH_CHOWN_VARS[@]}
eval docker run --entrypoint=chown -i --rm ${VIASH_UNIQUE_MOUNTS[@]} ghcr.io/openpipelines-bio/compression/compress_h5mu:1.0.0 "$(id -u):$(id -g)" --silent --recursive ${VIASH_CHOWN_VARS[@]}
set -e
fi
}
Expand All @@ -893,8 +893,8 @@ fi
# set dependency paths


ViashDebug "Running command: $(echo docker run --entrypoint=bash -i --rm ${VIASH_UNIQUE_MOUNTS[@]} $VIASH_EXTRA_DOCKER_ARGS ghcr.io/openpipelines-bio/compression/compress_h5mu:1.0.0-rc6)"
cat << VIASHEOF | eval docker run --entrypoint=bash -i --rm ${VIASH_UNIQUE_MOUNTS[@]} $VIASH_EXTRA_DOCKER_ARGS ghcr.io/openpipelines-bio/compression/compress_h5mu:1.0.0-rc6
ViashDebug "Running command: $(echo docker run --entrypoint=bash -i --rm ${VIASH_UNIQUE_MOUNTS[@]} $VIASH_EXTRA_DOCKER_ARGS ghcr.io/openpipelines-bio/compression/compress_h5mu:1.0.0)"
cat << VIASHEOF | eval docker run --entrypoint=bash -i --rm ${VIASH_UNIQUE_MOUNTS[@]} $VIASH_EXTRA_DOCKER_ARGS ghcr.io/openpipelines-bio/compression/compress_h5mu:1.0.0
set -e
tempscript=\$(mktemp "$VIASH_META_TEMP_DIR/viash-run-compress_h5mu-XXXXXX").py
function clean_up {
Expand Down
8 changes: 4 additions & 4 deletions target/docker/compression/tar_extract/.config.vsh.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
functionality:
name: "tar_extract"
namespace: "compression"
version: "1.0.0-rc6"
version: "1.0.0"
arguments:
- type: "file"
name: "--input"
Expand Down Expand Up @@ -93,7 +93,7 @@ platforms:
image: "ubuntu:latest"
target_organization: "openpipelines-bio"
target_registry: "ghcr.io"
target_tag: "1.0.0-rc6"
target_tag: "1.0.0"
namespace_separator: "/"
resolve_volume: "Automatic"
chown: true
Expand All @@ -107,6 +107,6 @@ info:
output: "/home/runner/work/openpipeline/openpipeline/target/docker/compression/tar_extract"
executable: "/home/runner/work/openpipeline/openpipeline/target/docker/compression/tar_extract/tar_extract"
viash_version: "0.8.5"
git_commit: "e56b8a4b8598953a6b92130a19681e9852ee4816"
git_commit: "f6afb13a00da46b141b778b1770be7f1a382e109"
git_remote: "https://github.com/openpipelines-bio/openpipeline"
git_tag: "1.0.0-rc5"
git_tag: "1.0.0-rc6"
Loading

0 comments on commit a7f8635

Please sign in to comment.