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

@@ -1065,7 +1065,7 @@ build_info:
output: "target/executable/fastp"
executable: "target/executable/fastp/fastp"
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

@@ -1023,9 +1023,9 @@ ENTRYPOINT []
RUN fastp --version 2>&1 | sed 's# #: "#;s#$#"#' > /var/software_versions.txt
LABEL org.opencontainers.image.description="Companion container for running component fastp"
LABEL org.opencontainers.image.created="2024-07-01T10:12:47Z"
LABEL org.opencontainers.image.created="2024-07-01T20:00:28Z"
LABEL org.opencontainers.image.source="https://github.com/OpenGene/fastp"
LABEL org.opencontainers.image.revision="3e08b5983fe0fd7d9c3b222044363e760bf6dd4a"
LABEL org.opencontainers.image.revision="ec69d9af7a59c2618a49bef7d0bf9afc743ca065"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER