Build branch qualimap with version qualimap (1b0257c)

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

Source commit: 1b0257c8bd

Source message: write software version to file
This commit is contained in:
CI
2024-08-21 07:32:17 +00:00
parent 5817caa0f2
commit 8db201320c
182 changed files with 741 additions and 840 deletions

View File

@@ -410,7 +410,7 @@ build_info:
output: "target/executable/bedtools/bedtools_intersect"
executable: "target/executable/bedtools/bedtools_intersect/bedtools_intersect"
viash_version: "0.9.0-RC6"
git_commit: "c407a88b173a2a25054ac2ee7e2abdd639d7efc4"
git_commit: "1b0257c8bd57bdf0b9a8e993437f54750c79dce2"
git_remote: "https://github.com/viash-hub/biobox"
package_config:
name: "biobox"

View File

@@ -632,9 +632,9 @@ RUN echo "bedtools: \"$(bedtools --version | sed -n 's/^bedtools //p')\"" > /var
LABEL org.opencontainers.image.authors="Theodoro Gasperin Terra Camargo"
LABEL org.opencontainers.image.description="Companion container for running component bedtools bedtools_intersect"
LABEL org.opencontainers.image.created="2024-08-21T07:00:47Z"
LABEL org.opencontainers.image.created="2024-08-21T07:17:43Z"
LABEL org.opencontainers.image.source="https://github.com/arq5x/bedtools2"
LABEL org.opencontainers.image.revision="c407a88b173a2a25054ac2ee7e2abdd639d7efc4"
LABEL org.opencontainers.image.revision="1b0257c8bd57bdf0b9a8e993437f54750c79dce2"
LABEL org.opencontainers.image.version="qualimap"
VIASHDOCKER