Build branch main with version main (ec69d9a)

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

Source commit: ec69d9af7a

Source message: FEAT: update busco to 5.7.1 (#72)

* FEAT: update busco to 5.7.1

* Typo
This commit is contained in:
CI
2024-07-01 20:19:17 +00:00
parent bece67ad47
commit ae3fef8eec
125 changed files with 2030 additions and 268 deletions

View File

@@ -489,7 +489,7 @@ build_info:
output: "target/executable/lofreq/lofreq_call"
executable: "target/executable/lofreq/lofreq_call/lofreq_call"
viash_version: "0.9.0-RC6"
git_commit: "3e08b5983fe0fd7d9c3b222044363e760bf6dd4a"
git_commit: "ec69d9af7a59c2618a49bef7d0bf9afc743ca065"
git_remote: "https://github.com/viash-hub/biobox"
package_config:
name: "biobox"

View File

@@ -651,9 +651,9 @@ RUN version=$(lofreq version | grep 'version' | sed 's/version: //') && \
echo "lofreq: $version" > /var/software_versions.txt
LABEL org.opencontainers.image.description="Companion container for running component lofreq lofreq_call"
LABEL org.opencontainers.image.created="2024-07-01T10:12:50Z"
LABEL org.opencontainers.image.created="2024-07-01T20:00:32Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/biobox"
LABEL org.opencontainers.image.revision="3e08b5983fe0fd7d9c3b222044363e760bf6dd4a"
LABEL org.opencontainers.image.revision="ec69d9af7a59c2618a49bef7d0bf9afc743ca065"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER

View File

@@ -197,7 +197,7 @@ build_info:
output: "target/executable/lofreq/lofreq_indelqual"
executable: "target/executable/lofreq/lofreq_indelqual/lofreq_indelqual"
viash_version: "0.9.0-RC6"
git_commit: "3e08b5983fe0fd7d9c3b222044363e760bf6dd4a"
git_commit: "ec69d9af7a59c2618a49bef7d0bf9afc743ca065"
git_remote: "https://github.com/viash-hub/biobox"
package_config:
name: "biobox"

View File

@@ -496,9 +496,9 @@ RUN version=$(lofreq version | grep 'version' | sed 's/version: //') && \
echo "lofreq: $version" > /var/software_versions.txt
LABEL org.opencontainers.image.description="Companion container for running component lofreq lofreq_indelqual"
LABEL org.opencontainers.image.created="2024-07-01T10:12:50Z"
LABEL org.opencontainers.image.created="2024-07-01T20:00:31Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/biobox"
LABEL org.opencontainers.image.revision="3e08b5983fe0fd7d9c3b222044363e760bf6dd4a"
LABEL org.opencontainers.image.revision="ec69d9af7a59c2618a49bef7d0bf9afc743ca065"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER