|
1 | 1 | #!/usr/bin/env bash
|
2 | 2 |
|
3 |
| -# compress_h5mu 1.0.0rc2 |
| 3 | +# compress_h5mu 1.0.0-rc2 |
4 | 4 | #
|
5 | 5 | # This wrapper script is auto-generated by viash 0.8.5 and is thus a derivative
|
6 | 6 | # work thereof. This software comes with ABSOLUTELY NO WARRANTY from Data
|
@@ -173,7 +173,7 @@ VIASH_META_TEMP_DIR="$VIASH_TEMP"
|
173 | 173 |
|
174 | 174 | # ViashHelp: Display helpful explanation about this executable
|
175 | 175 | function ViashHelp {
|
176 |
| - echo "compress_h5mu 1.0.0rc2" |
| 176 | + echo "compress_h5mu 1.0.0-rc2" |
177 | 177 | echo ""
|
178 | 178 | echo "Compress a MuData file."
|
179 | 179 | echo ""
|
@@ -423,10 +423,10 @@ RUN pip install --upgrade pip && \
|
423 | 423 |
|
424 | 424 | LABEL org.opencontainers.image.authors="Dries Schaumont"
|
425 | 425 | LABEL org.opencontainers.image.description="Companion container for running component compression compress_h5mu"
|
426 |
| -LABEL org.opencontainers.image.created="2024-03-11T14:02:52Z" |
| 426 | +LABEL org.opencontainers.image.created="2024-03-11T16:07:31Z" |
427 | 427 | LABEL org.opencontainers.image.source="https://github.com/openpipelines-bio/openpipeline"
|
428 |
| -LABEL org.opencontainers.image.revision="ac02e9747ee677373b09256e2f648537b9d80692" |
429 |
| -LABEL org.opencontainers.image.version="1.0.0rc2" |
| 428 | +LABEL org.opencontainers.image.revision="4c219ba08e8bfeff5bb53ec177f992ce5c8ce20e" |
| 429 | +LABEL org.opencontainers.image.version="1.0.0-rc2" |
430 | 430 |
|
431 | 431 | VIASHDOCKER
|
432 | 432 | }
|
@@ -577,7 +577,7 @@ while [[ $# -gt 0 ]]; do
|
577 | 577 | shift 1
|
578 | 578 | ;;
|
579 | 579 | --version)
|
580 |
| - echo "compress_h5mu 1.0.0rc2" |
| 580 | + echo "compress_h5mu 1.0.0-rc2" |
581 | 581 | exit
|
582 | 582 | ;;
|
583 | 583 | --input)
|
@@ -683,14 +683,14 @@ eval set -- $VIASH_POSITIONAL_ARGS
|
683 | 683 | ViashDockerInstallationCheck
|
684 | 684 |
|
685 | 685 | if [ $VIASH_MODE == "docker_setup" ]; then
|
686 |
| - ViashDockerSetup 'ghcr.io/openpipelines-bio/compression_compress_h5mu:1.0.0rc2' "$VIASH_DOCKER_SETUP_STRATEGY" |
| 686 | + ViashDockerSetup 'ghcr.io/openpipelines-bio/compression_compress_h5mu:1.0.0-rc2' "$VIASH_DOCKER_SETUP_STRATEGY" |
687 | 687 | exit 0
|
688 | 688 | fi
|
689 |
| -ViashDockerSetup 'ghcr.io/openpipelines-bio/compression_compress_h5mu:1.0.0rc2' ifneedbepullelsecachedbuild |
| 689 | +ViashDockerSetup 'ghcr.io/openpipelines-bio/compression_compress_h5mu:1.0.0-rc2' ifneedbepullelsecachedbuild |
690 | 690 |
|
691 | 691 | if [ $VIASH_MODE == "docker_debug" ]; then
|
692 |
| - ViashNotice "+ docker run --entrypoint=bash -i --rm -v "$(pwd)":/pwd --workdir /pwd -t 'ghcr.io/openpipelines-bio/compression_compress_h5mu:1.0.0rc2'" |
693 |
| - docker run --entrypoint=bash -i --rm -v "$(pwd)":/pwd --workdir /pwd -t 'ghcr.io/openpipelines-bio/compression_compress_h5mu:1.0.0rc2' |
| 692 | + ViashNotice "+ docker run --entrypoint=bash -i --rm -v "$(pwd)":/pwd --workdir /pwd -t 'ghcr.io/openpipelines-bio/compression_compress_h5mu:1.0.0-rc2'" |
| 693 | + docker run --entrypoint=bash -i --rm -v "$(pwd)":/pwd --workdir /pwd -t 'ghcr.io/openpipelines-bio/compression_compress_h5mu:1.0.0-rc2' |
694 | 694 | exit 0
|
695 | 695 | fi
|
696 | 696 |
|
@@ -874,7 +874,7 @@ VIASH_UNIQUE_MOUNTS=($(for val in "${VIASH_EXTRA_MOUNTS[@]}"; do echo "$val"; do
|
874 | 874 | function ViashPerformChown {
|
875 | 875 | if (( ${#VIASH_CHOWN_VARS[@]} )); then
|
876 | 876 | set +e
|
877 |
| - eval docker run --entrypoint=chown -i --rm ${VIASH_UNIQUE_MOUNTS[@]} ghcr.io/openpipelines-bio/compression_compress_h5mu:1.0.0rc2 "$(id -u):$(id -g)" --silent --recursive ${VIASH_CHOWN_VARS[@]} |
| 877 | + eval docker run --entrypoint=chown -i --rm ${VIASH_UNIQUE_MOUNTS[@]} ghcr.io/openpipelines-bio/compression_compress_h5mu:1.0.0-rc2 "$(id -u):$(id -g)" --silent --recursive ${VIASH_CHOWN_VARS[@]} |
878 | 878 | set -e
|
879 | 879 | fi
|
880 | 880 | }
|
|
893 | 893 | # set dependency paths
|
894 | 894 |
|
895 | 895 |
|
896 |
| -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.0rc2)" |
897 |
| -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.0rc2 |
| 896 | +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-rc2)" |
| 897 | +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-rc2 |
898 | 898 | set -e
|
899 | 899 | tempscript=\$(mktemp "$VIASH_META_TEMP_DIR/viash-run-compress_h5mu-XXXXXX").py
|
900 | 900 | function clean_up {
|
|
0 commit comments