Build branch qualimap with version qualimap (d476dee)

Build pipeline: viash-hub.biobox.qualimap-vm78f

Source commit: d476dee6bd

Source message: fix doi
This commit is contained in:
CI
2024-08-20 21:22:30 +00:00
parent 9e660371d7
commit 7bfa6ba6a3
179 changed files with 241 additions and 245 deletions

View File

@@ -1083,7 +1083,7 @@ build_info:
output: "target/executable/fastp"
executable: "target/executable/fastp/fastp"
viash_version: "0.9.0-RC6"
git_commit: "1bbebbb5cb1e1abdefa478488aaa240909e54316"
git_commit: "d476dee6bdcf7ee5444385acbfa0d1d3ae06557e"
git_remote: "https://github.com/viash-hub/biobox"
package_config:
name: "biobox"

View File

@@ -1027,9 +1027,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-08-20T21:05:38Z"
LABEL org.opencontainers.image.created="2024-08-20T21:05:02Z"
LABEL org.opencontainers.image.source="https://github.com/OpenGene/fastp"
LABEL org.opencontainers.image.revision="1bbebbb5cb1e1abdefa478488aaa240909e54316"
LABEL org.opencontainers.image.revision="d476dee6bdcf7ee5444385acbfa0d1d3ae06557e"
LABEL org.opencontainers.image.version="qualimap"
VIASHDOCKER