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

@@ -740,7 +740,7 @@ build_info:
output: "target/executable/cutadapt"
executable: "target/executable/cutadapt/cutadapt"
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

@@ -830,9 +830,9 @@ RUN cutadapt --version | sed 's/\(.*\)/cutadapt: "\1"/' > /var/software_versions
LABEL org.opencontainers.image.authors="Toni Verbeiren"
LABEL org.opencontainers.image.description="Companion container for running component cutadapt"
LABEL org.opencontainers.image.created="2024-08-21T07:01:00Z"
LABEL org.opencontainers.image.created="2024-08-21T07:17:56Z"
LABEL org.opencontainers.image.source="https://github.com/marcelm/cutadapt"
LABEL org.opencontainers.image.revision="c407a88b173a2a25054ac2ee7e2abdd639d7efc4"
LABEL org.opencontainers.image.revision="1b0257c8bd57bdf0b9a8e993437f54750c79dce2"
LABEL org.opencontainers.image.version="qualimap"
VIASHDOCKER