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

@@ -229,7 +229,7 @@ build_info:
output: "target/executable/samtools/samtools_faidx"
executable: "target/executable/samtools/samtools_faidx/samtools_faidx"
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

@@ -507,9 +507,9 @@ RUN samtools --version 2>&1 | grep -E '^(samtools|Using htslib)' | \
sed 's#Using ##;s# \([0-9\.]*\)$#: \1#' > /var/software_versions.txt
LABEL org.opencontainers.image.description="Companion container for running component samtools samtools_faidx"
LABEL org.opencontainers.image.created="2024-07-29T13:33:59Z"
LABEL org.opencontainers.image.created="2024-07-29T14:42:27Z"
LABEL org.opencontainers.image.source="https://github.com/samtools/samtools"
LABEL org.opencontainers.image.revision="58d7dacfc28af316aebc8f11c3facc6c9671e94b"
LABEL org.opencontainers.image.revision="e6420cd80f226128b7223ff79ce1297f99993657"
LABEL org.opencontainers.image.version="qualimap"
VIASHDOCKER