Build branch main with version main (da3272d)

Build pipeline: viash-hub.biobox.main-7x2wm

Source commit: da3272d011

Source message: Bcftools sort (#141)

* Initial commit

* Update on config file

* Update

* Update config.vsh.yaml

* Update config.vsh.yaml

* Update test.sh

* Update help.txt

* adding meta variables

* Adding test for bcf file

* Update CHANGELOG.md

* Update config.vsh.yaml

* requested changes

---------

Co-authored-by: Jakub Majercik <57993790+jakubmajercik@users.noreply.github.com>
This commit is contained in:
CI
2024-09-02 13:42:09 +00:00
parent 7dd88311d4
commit f066ef0ffa
208 changed files with 5948 additions and 245 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: "f3e87e58c921a4ef59fe8946edcd066cdfc8de9c"
git_commit: "da3272d0118227ee788cd93b222201f557729397"
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-02T13:10:18Z"
LABEL org.opencontainers.image.created="2024-09-02T13:28:17Z"
LABEL org.opencontainers.image.source="https://gitlab.com/ezlab/busco"
LABEL org.opencontainers.image.revision="f3e87e58c921a4ef59fe8946edcd066cdfc8de9c"
LABEL org.opencontainers.image.revision="da3272d0118227ee788cd93b222201f557729397"
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: "f3e87e58c921a4ef59fe8946edcd066cdfc8de9c"
git_commit: "da3272d0118227ee788cd93b222201f557729397"
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-02T13:10:18Z"
LABEL org.opencontainers.image.created="2024-09-02T13:28:18Z"
LABEL org.opencontainers.image.source="https://gitlab.com/ezlab/busco"
LABEL org.opencontainers.image.revision="f3e87e58c921a4ef59fe8946edcd066cdfc8de9c"
LABEL org.opencontainers.image.revision="da3272d0118227ee788cd93b222201f557729397"
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: "f3e87e58c921a4ef59fe8946edcd066cdfc8de9c"
git_commit: "da3272d0118227ee788cd93b222201f557729397"
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-02T13:10:18Z"
LABEL org.opencontainers.image.created="2024-09-02T13:28:18Z"
LABEL org.opencontainers.image.source="https://gitlab.com/ezlab/busco"
LABEL org.opencontainers.image.revision="f3e87e58c921a4ef59fe8946edcd066cdfc8de9c"
LABEL org.opencontainers.image.revision="da3272d0118227ee788cd93b222201f557729397"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER