Build branch main with version main (fe56ee7)

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

Source commit: fe56ee7c53

Source message: change output quant file to an optional argument (#151)
This commit is contained in:
CI
2024-09-13 07:33:08 +00:00
parent af89cea364
commit 97f1502b57
242 changed files with 319 additions and 323 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: "80aaf333dc1245b8bbec9aa7b628d85c5e413f4b"
git_commit: "fe56ee7c53ca30f25aa31cb9a025e17cd75b636e"
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-13T07:15:54Z"
LABEL org.opencontainers.image.created="2024-09-13T07:20:30Z"
LABEL org.opencontainers.image.source="https://gitlab.com/ezlab/busco"
LABEL org.opencontainers.image.revision="80aaf333dc1245b8bbec9aa7b628d85c5e413f4b"
LABEL org.opencontainers.image.revision="fe56ee7c53ca30f25aa31cb9a025e17cd75b636e"
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: "80aaf333dc1245b8bbec9aa7b628d85c5e413f4b"
git_commit: "fe56ee7c53ca30f25aa31cb9a025e17cd75b636e"
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-13T07:15:55Z"
LABEL org.opencontainers.image.created="2024-09-13T07:20:30Z"
LABEL org.opencontainers.image.source="https://gitlab.com/ezlab/busco"
LABEL org.opencontainers.image.revision="80aaf333dc1245b8bbec9aa7b628d85c5e413f4b"
LABEL org.opencontainers.image.revision="fe56ee7c53ca30f25aa31cb9a025e17cd75b636e"
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: "80aaf333dc1245b8bbec9aa7b628d85c5e413f4b"
git_commit: "fe56ee7c53ca30f25aa31cb9a025e17cd75b636e"
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-13T07:15:55Z"
LABEL org.opencontainers.image.created="2024-09-13T07:20:30Z"
LABEL org.opencontainers.image.source="https://gitlab.com/ezlab/busco"
LABEL org.opencontainers.image.revision="80aaf333dc1245b8bbec9aa7b628d85c5e413f4b"
LABEL org.opencontainers.image.revision="fe56ee7c53ca30f25aa31cb9a025e17cd75b636e"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER