|
1 | 1 | #!/usr/bin/env bash |
2 | 2 |
|
3 | | -# compress_h5mu 1.0.0-rc6 |
| 3 | +# compress_h5mu 1.0.0 |
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.0-rc6" |
| 176 | + echo "compress_h5mu 1.0.0" |
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-06-10T08:53:25Z" |
| 426 | +LABEL org.opencontainers.image.created="2024-06-12T11:06:55Z" |
427 | 427 | LABEL org.opencontainers.image.source="https://github.com/openpipelines-bio/openpipeline" |
428 | | -LABEL org.opencontainers.image.revision="e56b8a4b8598953a6b92130a19681e9852ee4816" |
429 | | -LABEL org.opencontainers.image.version="1.0.0-rc6" |
| 428 | +LABEL org.opencontainers.image.revision="f6afb13a00da46b141b778b1770be7f1a382e109" |
| 429 | +LABEL org.opencontainers.image.version="1.0.0" |
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.0-rc6" |
| 580 | + echo "compress_h5mu 1.0.0" |
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.0-rc6' "$VIASH_DOCKER_SETUP_STRATEGY" |
| 686 | + ViashDockerSetup 'ghcr.io/openpipelines-bio/compression/compress_h5mu:1.0.0' "$VIASH_DOCKER_SETUP_STRATEGY" |
687 | 687 | exit 0 |
688 | 688 | fi |
689 | | -ViashDockerSetup 'ghcr.io/openpipelines-bio/compression/compress_h5mu:1.0.0-rc6' ifneedbepullelsecachedbuild |
| 689 | +ViashDockerSetup 'ghcr.io/openpipelines-bio/compression/compress_h5mu:1.0.0' 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.0-rc6'" |
693 | | - docker run --entrypoint=bash -i --rm -v "$(pwd)":/pwd --workdir /pwd -t 'ghcr.io/openpipelines-bio/compression/compress_h5mu:1.0.0-rc6' |
| 692 | + ViashNotice "+ docker run --entrypoint=bash -i --rm -v "$(pwd)":/pwd --workdir /pwd -t 'ghcr.io/openpipelines-bio/compression/compress_h5mu:1.0.0'" |
| 693 | + docker run --entrypoint=bash -i --rm -v "$(pwd)":/pwd --workdir /pwd -t 'ghcr.io/openpipelines-bio/compression/compress_h5mu:1.0.0' |
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.0-rc6 "$(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 "$(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.0-rc6)" |
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-rc6 |
| 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)" |
| 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 |
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