Build branch main with version main (9f81386)

Build pipeline: viash-hub.biobox.main-tr92f

Source commit: 9f81386259

Source message: Fq subsample (#147)
This commit is contained in:
CI
2024-09-09 06:40:11 +00:00
parent ac86f27b69
commit 3f20a97c9c
221 changed files with 5948 additions and 260 deletions

View File

@@ -685,7 +685,7 @@ build_info:
output: "target/executable/gffread"
executable: "target/executable/gffread/gffread"
viash_version: "0.9.0-RC7"
git_commit: "99dec5923bfb3da165601a3f13502d498395b14d"
git_commit: "9f813862592fb10f8d15df59697bdaae82c7921a"
git_remote: "https://github.com/viash-hub/biobox"
package_config:
name: "biobox"

View File

@@ -807,9 +807,9 @@ RUN echo "gffread: \"$(gffread --version 2>&1)\"" > /var/software_versions.txt
LABEL org.opencontainers.image.authors="Emma Rousseau"
LABEL org.opencontainers.image.description="Companion container for running component gffread"
LABEL org.opencontainers.image.created="2024-09-06T21:51:16Z"
LABEL org.opencontainers.image.created="2024-09-09T06:25:00Z"
LABEL org.opencontainers.image.source="https://github.com/gpertea/gffread"
LABEL org.opencontainers.image.revision="99dec5923bfb3da165601a3f13502d498395b14d"
LABEL org.opencontainers.image.revision="9f813862592fb10f8d15df59697bdaae82c7921a"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER