Build branch main with version main (8fe9d66)

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

Source commit: 8fe9d66b0c

Source message: Bcftools stats (#142)

* Initial Commit

* Adding options to config

* Update on script

* update

* Adding test 2 and 3

* Update on config and test

* adding more tests

* debugging and adding tests

* Adding last tests

* removing test_data dir

* Update CHANGELOG.md

* small changes

* small change in help file

* Requested changes

---------

Co-authored-by: Jakub Majercik <57993790+jakubmajercik@users.noreply.github.com>
This commit is contained in:
CI
2024-09-10 14:10:14 +00:00
parent beb7940138
commit 0075a8df93
227 changed files with 8115 additions and 270 deletions

View File

@@ -158,7 +158,7 @@ build_info:
output: "target/executable/busco/busco_download_datasets"
executable: "target/executable/busco/busco_download_datasets/busco_download_datasets"
viash_version: "0.9.0-RC7"
git_commit: "320d044fe45e565fbc9772640ebf6f39c5584b4a"
git_commit: "8fe9d66b0c689776846dcb0ecb01a30f3ef1b66b"
git_remote: "https://github.com/viash-hub/biobox"
package_config:
name: "biobox"

View File

@@ -475,9 +475,9 @@ RUN busco --version | sed 's/BUSCO\s\(.*\)/busco: "\1"/' > /var/software_version
LABEL org.opencontainers.image.authors="Dorien Roosen"
LABEL org.opencontainers.image.description="Companion container for running component busco busco_download_datasets"
LABEL org.opencontainers.image.created="2024-09-09T06:53:27Z"
LABEL org.opencontainers.image.created="2024-09-10T13:55:47Z"
LABEL org.opencontainers.image.source="https://gitlab.com/ezlab/busco"
LABEL org.opencontainers.image.revision="320d044fe45e565fbc9772640ebf6f39c5584b4a"
LABEL org.opencontainers.image.revision="8fe9d66b0c689776846dcb0ecb01a30f3ef1b66b"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER

View File

@@ -145,7 +145,7 @@ build_info:
output: "target/executable/busco/busco_list_datasets"
executable: "target/executable/busco/busco_list_datasets/busco_list_datasets"
viash_version: "0.9.0-RC7"
git_commit: "320d044fe45e565fbc9772640ebf6f39c5584b4a"
git_commit: "8fe9d66b0c689776846dcb0ecb01a30f3ef1b66b"
git_remote: "https://github.com/viash-hub/biobox"
package_config:
name: "biobox"

View File

@@ -465,9 +465,9 @@ RUN busco --version | sed 's/BUSCO\s\(.*\)/busco: "\1"/' > /var/software_version
LABEL org.opencontainers.image.authors="Dorien Roosen"
LABEL org.opencontainers.image.description="Companion container for running component busco busco_list_datasets"
LABEL org.opencontainers.image.created="2024-09-09T06:53:27Z"
LABEL org.opencontainers.image.created="2024-09-10T13:55:47Z"
LABEL org.opencontainers.image.source="https://gitlab.com/ezlab/busco"
LABEL org.opencontainers.image.revision="320d044fe45e565fbc9772640ebf6f39c5584b4a"
LABEL org.opencontainers.image.revision="8fe9d66b0c689776846dcb0ecb01a30f3ef1b66b"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER

View File

@@ -423,7 +423,7 @@ build_info:
output: "target/executable/busco/busco_run"
executable: "target/executable/busco/busco_run/busco_run"
viash_version: "0.9.0-RC7"
git_commit: "320d044fe45e565fbc9772640ebf6f39c5584b4a"
git_commit: "8fe9d66b0c689776846dcb0ecb01a30f3ef1b66b"
git_remote: "https://github.com/viash-hub/biobox"
package_config:
name: "biobox"

View File

@@ -632,9 +632,9 @@ RUN busco --version | sed 's/BUSCO\s\(.*\)/busco: "\1"/' > /var/software_version
LABEL org.opencontainers.image.authors="Dorien Roosen"
LABEL org.opencontainers.image.description="Companion container for running component busco busco_run"
LABEL org.opencontainers.image.created="2024-09-09T06:53:28Z"
LABEL org.opencontainers.image.created="2024-09-10T13:55:48Z"
LABEL org.opencontainers.image.source="https://gitlab.com/ezlab/busco"
LABEL org.opencontainers.image.revision="320d044fe45e565fbc9772640ebf6f39c5584b4a"
LABEL org.opencontainers.image.revision="8fe9d66b0c689776846dcb0ecb01a30f3ef1b66b"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER