Build branch main with version main (900f5ed)

Build pipeline: viash-hub.htrnaseq.main-2ww7f

Source commit: 900f5ed356

Source message: Runner: allow multiple input directories. (#38)
This commit is contained in:
CI
2025-02-13 16:08:09 +00:00
parent 34f9a5c19d
commit 9eac6fff21
90 changed files with 1650 additions and 5016 deletions

View File

@@ -191,8 +191,8 @@ build_info:
output: "target/executable/eset/create_pdata"
executable: "target/executable/eset/create_pdata/create_pdata"
viash_version: "0.9.0"
git_commit: "8eb391e3ebd9ffe573b76b9be635a81ec495c3bb"
git_remote: "https://x-access-token:ghs_ybw8wXfG5bR3FsTslxlh1sXKguvM9R0Rd31p@github.com/viash-hub/htrnaseq"
git_commit: "900f5ed35659137aa5c62d183232e0f33de97873"
git_remote: "https://github.com/viash-hub/htrnaseq"
package_config:
name: "htrnaseq"
version: "main"

View File

@@ -488,9 +488,9 @@ RUN pip install --upgrade pip && \
LABEL org.opencontainers.image.authors="Dries Schaumont, Marijke Van Moerbeke"
LABEL org.opencontainers.image.description="Companion container for running component eset create_pdata"
LABEL org.opencontainers.image.created="2025-01-17T13:20:52Z"
LABEL org.opencontainers.image.created="2025-02-13T15:18:38Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/htrnaseq"
LABEL org.opencontainers.image.revision="8eb391e3ebd9ffe573b76b9be635a81ec495c3bb"
LABEL org.opencontainers.image.revision="900f5ed35659137aa5c62d183232e0f33de97873"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER