Build branch main with version main (bd8ca88)

Build pipeline: viash-hub.biobox.main-t28sb

Source commit: bd8ca889d1

Source message: Bcftools Concat (#145)

* Initial Commint

* Create help.txt

* Update config.vsh.yaml

* Update config.vsh.yaml

* Update config.vsh.yaml

* Update script.sh

* add template for tests

* Update test.sh

* small changes in config file

* adding more tests

* adding more test

* Update CHANGELOG.md

---------

Co-authored-by: Jakub Majercik <57993790+jakubmajercik@users.noreply.github.com>
This commit is contained in:
CI
2024-09-10 14:36:19 +00:00
parent 2a330fe450
commit cccb2f63f6
239 changed files with 7302 additions and 287 deletions

View File

@@ -507,7 +507,7 @@ build_info:
output: "target/executable/lofreq/lofreq_call"
executable: "target/executable/lofreq/lofreq_call/lofreq_call"
viash_version: "0.9.0-RC7"
git_commit: "dc7b33d51f274cb156b1f1b0fbdc6fed0b757720"
git_commit: "bd8ca889d13784c5a7502bb977c6659fe420d973"
git_remote: "https://github.com/viash-hub/biobox"
package_config:
name: "biobox"

View File

@@ -656,9 +656,9 @@ echo "lofreq: $version" > /var/software_versions.txt
LABEL org.opencontainers.image.authors="Kai Waldrant"
LABEL org.opencontainers.image.description="Companion container for running component lofreq lofreq_call"
LABEL org.opencontainers.image.created="2024-09-10T14:19:56Z"
LABEL org.opencontainers.image.created="2024-09-10T14:21:31Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/biobox"
LABEL org.opencontainers.image.revision="dc7b33d51f274cb156b1f1b0fbdc6fed0b757720"
LABEL org.opencontainers.image.revision="bd8ca889d13784c5a7502bb977c6659fe420d973"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER

View File

@@ -215,7 +215,7 @@ build_info:
output: "target/executable/lofreq/lofreq_indelqual"
executable: "target/executable/lofreq/lofreq_indelqual/lofreq_indelqual"
viash_version: "0.9.0-RC7"
git_commit: "dc7b33d51f274cb156b1f1b0fbdc6fed0b757720"
git_commit: "bd8ca889d13784c5a7502bb977c6659fe420d973"
git_remote: "https://github.com/viash-hub/biobox"
package_config:
name: "biobox"

View File

@@ -501,9 +501,9 @@ echo "lofreq: $version" > /var/software_versions.txt
LABEL org.opencontainers.image.authors="Kai Waldrant"
LABEL org.opencontainers.image.description="Companion container for running component lofreq lofreq_indelqual"
LABEL org.opencontainers.image.created="2024-09-10T14:19:56Z"
LABEL org.opencontainers.image.created="2024-09-10T14:21:30Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/biobox"
LABEL org.opencontainers.image.revision="dc7b33d51f274cb156b1f1b0fbdc6fed0b757720"
LABEL org.opencontainers.image.revision="bd8ca889d13784c5a7502bb977c6659fe420d973"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER