Build branch main with version main (065297b)

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

Source commit: 065297be5f

Source message: Add sgdemux (#166)
This commit is contained in:
CI
2024-11-14 13:36:35 +00:00
parent dffc02813f
commit 6b56570131
349 changed files with 9309 additions and 869 deletions

View File

@@ -1083,9 +1083,9 @@ build_info:
output: "target/executable/fastp"
executable: "target/executable/fastp/fastp"
viash_version: "0.9.0"
git_commit: "1d17ce01e25569c8e898b8160af1480ad22fc986"
git_remote: "https://x-access-token:ghs_6YTGQkPF5IMZyp8fS3YMcIBjhXPmep1DKcNC@github.com/viash-hub/biobox"
git_tag: "v0.2.0-24-g1d17ce0"
git_commit: "065297be5fb2d88020fc50e042bb3f49c9254ae9"
git_remote: "https://x-access-token:ghs_bGw8YykA469ibXe1g5GsidZ6N0n23m22jhvl@github.com/viash-hub/biobox"
git_tag: "v0.2.0-25-g065297b"
package_config:
name: "biobox"
version: "main"

View File

@@ -1028,9 +1028,9 @@ RUN fastp --version 2>&1 | sed 's# #: "#;s#$#"#' > /var/software_versions.txt
LABEL org.opencontainers.image.authors="Robrecht Cannoodt"
LABEL org.opencontainers.image.description="Companion container for running component fastp"
LABEL org.opencontainers.image.created="2024-11-08T09:45:10Z"
LABEL org.opencontainers.image.created="2024-11-14T13:17:02Z"
LABEL org.opencontainers.image.source="https://github.com/OpenGene/fastp"
LABEL org.opencontainers.image.revision="1d17ce01e25569c8e898b8160af1480ad22fc986"
LABEL org.opencontainers.image.revision="065297be5fb2d88020fc50e042bb3f49c9254ae9"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER