|
1 | 1 | functionality: |
2 | 2 | name: "maxquant_to_h5ad" |
3 | 3 | namespace: "convert" |
4 | | - version: "0.1.0" |
| 4 | + version: "0.2.0" |
5 | 5 | authors: |
6 | 6 | - name: "Robrecht Cannoodt" |
7 | 7 | |
@@ -38,7 +38,7 @@ functionality: |
38 | 38 | #!/usr/bin/env bash |
39 | 39 | |
40 | 40 | ################################ |
41 | | - # maxquant_to_h5ad 0.1.0 # |
| 41 | + # maxquant_to_h5ad 0.2.0 # |
42 | 42 | ################################ |
43 | 43 | |
44 | 44 | # This wrapper script is auto-generated by viash 0.5.10.1 and is thus a |
@@ -186,7 +186,7 @@ functionality: |
186 | 186 | |
187 | 187 | # ViashHelp: Display helpful explanation about this executable |
188 | 188 | function ViashHelp { |
189 | | - echo "maxquant_to_h5ad 0.1.0" |
| 189 | + echo "maxquant_to_h5ad 0.2.0" |
190 | 190 | echo "Converting a MaxQuant output folder to an AnnData file." |
191 | 191 | echo |
192 | 192 | echo "Options:" |
@@ -548,7 +548,7 @@ functionality: |
548 | 548 | shift 1 |
549 | 549 | ;; |
550 | 550 | --version) |
551 | | - echo "maxquant_to_h5ad 0.1.0" |
| 551 | + echo "maxquant_to_h5ad 0.2.0" |
552 | 552 | exit |
553 | 553 | ;; |
554 | 554 | --input) |
@@ -607,13 +607,13 @@ functionality: |
607 | 607 | |
608 | 608 | ViashDockerInstallationCheck |
609 | 609 | if [ $VIASH_MODE == "docker_setup" ]; then |
610 | | - ViashDockerSetup 'ghcr.io/czbiohub/mspipelines/convert_maxquant_to_h5ad:0.1.0' "$VIASH_DOCKER_SETUP_STRATEGY" |
| 610 | + ViashDockerSetup 'ghcr.io/czbiohub/mspipelines/convert_maxquant_to_h5ad:0.2.0' "$VIASH_DOCKER_SETUP_STRATEGY" |
611 | 611 | exit 0 |
612 | 612 | fi |
613 | | - ViashDockerSetup 'ghcr.io/czbiohub/mspipelines/convert_maxquant_to_h5ad:0.1.0' ifneedbepullelsecachedbuild |
| 613 | + ViashDockerSetup 'ghcr.io/czbiohub/mspipelines/convert_maxquant_to_h5ad:0.2.0' ifneedbepullelsecachedbuild |
614 | 614 | if [ $VIASH_MODE == "docker_debug" ]; then |
615 | | - ViashNotice "+ docker run --entrypoint=bash -i --rm -v "$(pwd)":/pwd --workdir /pwd -t 'ghcr.io/czbiohub/mspipelines/convert_maxquant_to_h5ad:0.1.0'" |
616 | | - docker run --entrypoint=bash -i --rm -v "$(pwd)":/pwd --workdir /pwd -t 'ghcr.io/czbiohub/mspipelines/convert_maxquant_to_h5ad:0.1.0' |
| 615 | + ViashNotice "+ docker run --entrypoint=bash -i --rm -v "$(pwd)":/pwd --workdir /pwd -t 'ghcr.io/czbiohub/mspipelines/convert_maxquant_to_h5ad:0.2.0'" |
| 616 | + docker run --entrypoint=bash -i --rm -v "$(pwd)":/pwd --workdir /pwd -t 'ghcr.io/czbiohub/mspipelines/convert_maxquant_to_h5ad:0.2.0' |
617 | 617 | exit 0 |
618 | 618 | fi |
619 | 619 | |
@@ -653,13 +653,13 @@ functionality: |
653 | 653 | function ViashPerformChown { |
654 | 654 | |
655 | 655 | if [ ! -z "$VIASH_PAR_OUTPUT" ]; then |
656 | | - eval docker run --entrypoint=chown -i --rm $VIASH_EXTRA_MOUNTS ghcr.io/czbiohub/mspipelines/convert_maxquant_to_h5ad:0.1.0 "$(id -u):$(id -g)" --silent --recursive "$VIASH_PAR_OUTPUT" |
| 656 | + eval docker run --entrypoint=chown -i --rm $VIASH_EXTRA_MOUNTS ghcr.io/czbiohub/mspipelines/convert_maxquant_to_h5ad:0.2.0 "$(id -u):$(id -g)" --silent --recursive "$VIASH_PAR_OUTPUT" |
657 | 657 | fi |
658 | 658 | } |
659 | 659 | trap ViashPerformChown EXIT |
660 | 660 | |
661 | 661 | |
662 | | - cat << VIASHEOF | eval docker run --entrypoint=bash -i --rm $VIASH_EXTRA_MOUNTS ghcr.io/czbiohub/mspipelines/convert_maxquant_to_h5ad:0.1.0 |
| 662 | + cat << VIASHEOF | eval docker run --entrypoint=bash -i --rm $VIASH_EXTRA_MOUNTS ghcr.io/czbiohub/mspipelines/convert_maxquant_to_h5ad:0.2.0 |
663 | 663 | set -e |
664 | 664 | tempscript=\$(mktemp "$VIASH_TEMP/viash-run-maxquant_to_h5ad-XXXXXX") |
665 | 665 | function clean_up { |
@@ -781,5 +781,5 @@ info: |
781 | 781 | output: "target/docker/convert/maxquant_to_h5ad" |
782 | 782 | executable: "target/docker/convert/maxquant_to_h5ad/maxquant_to_h5ad" |
783 | 783 | viash_version: "0.5.10.1" |
784 | | - git_commit: "8e79e8bf8eec1e53709307200814cebbd193994f" |
| 784 | + git_commit: "5046a99b14e96baf931187cdf0f0a9d40d39818a" |
785 | 785 | git_remote: "[email protected]:czbiohub/mspipelines.git" |
0 commit comments