Build branch main with version main (ebb533e)

Build pipeline: viash-hub.htrnaseq.main-kchgg

Source commit: ebb533e982

Source message: Add 'data_processed' subdir to output structure (#45)
This commit is contained in:
CI
2025-03-20 09:12:44 +00:00
parent df41c7466c
commit ee093a387e
60 changed files with 81 additions and 74 deletions

View File

@@ -279,7 +279,7 @@ build_info:
output: "target/executable/parallel_map"
executable: "target/executable/parallel_map/parallel_map"
viash_version: "0.9.0"
git_commit: "8dff52a8854120e919b3701b9501b3acbf01c65b"
git_commit: "ebb533e98281cfd73643b91029d1759f26d69f55"
git_remote: "https://github.com/viash-hub/htrnaseq"
package_config:
name: "htrnaseq"

View File

@@ -540,9 +540,9 @@ ENV STAR_BINARY=STAR
COPY STAR /usr/local/bin/$STAR_BINARY
LABEL org.opencontainers.image.authors="Dries Schaumont, Toni Verbeiren"
LABEL org.opencontainers.image.description="Companion container for running component parallel_map"
LABEL org.opencontainers.image.created="2025-02-28T13:27:09Z"
LABEL org.opencontainers.image.created="2025-03-20T08:25:14Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/htrnaseq"
LABEL org.opencontainers.image.revision="8dff52a8854120e919b3701b9501b3acbf01c65b"
LABEL org.opencontainers.image.revision="ebb533e98281cfd73643b91029d1759f26d69f55"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER