Build branch qualimap with version qualimap (e6420cd)

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

Source commit: e6420cd80f

Source message: update unit tests
This commit is contained in:
CI
2024-07-29 14:59:23 +00:00
parent 1e77c47f20
commit fbfdc19532
125 changed files with 209 additions and 171 deletions

View File

@@ -597,7 +597,7 @@ build_info:
output: "target/executable/umi_tools/umi_tools_dedup"
executable: "target/executable/umi_tools/umi_tools_dedup/umi_tools_dedup"
viash_version: "0.9.0-RC6"
git_commit: "58d7dacfc28af316aebc8f11c3facc6c9671e94b"
git_commit: "e6420cd80f226128b7223ff79ce1297f99993657"
git_remote: "https://github.com/viash-hub/biobox"
package_config:
name: "biobox"

View File

@@ -765,9 +765,9 @@ ENTRYPOINT []
RUN umi_tools -v | sed 's/ version//g' > /var/software_versions.txt
LABEL org.opencontainers.image.description="Companion container for running component umi_tools umi_tools_dedup"
LABEL org.opencontainers.image.created="2024-07-29T13:34:00Z"
LABEL org.opencontainers.image.created="2024-07-29T14:42:28Z"
LABEL org.opencontainers.image.source="https://github.com/CGATOxford/UMI-tools"
LABEL org.opencontainers.image.revision="58d7dacfc28af316aebc8f11c3facc6c9671e94b"
LABEL org.opencontainers.image.revision="e6420cd80f226128b7223ff79ce1297f99993657"
LABEL org.opencontainers.image.version="qualimap"
VIASHDOCKER