Build branch main with version main (a948c26)

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

Source commit: a948c26193

Source message: Bump viash to 0.9.4 (#51)
This commit is contained in:
CI
2025-04-29 13:35:02 +00:00
parent a95268a2b5
commit ccd3e04ddc
65 changed files with 1087 additions and 865 deletions

View File

@@ -193,8 +193,8 @@ build_info:
engine: "docker|native"
output: "target/executable/eset/create_pdata"
executable: "target/executable/eset/create_pdata/create_pdata"
viash_version: "0.9.2"
git_commit: "cb58990a33f6ea6e46e474f2095b10218cf08912"
viash_version: "0.9.4"
git_commit: "a948c261931dbb784fc9ce6f7d5d93f52008a99f"
git_remote: "https://github.com/viash-hub/htrnaseq"
package_config:
name: "htrnaseq"
@@ -204,7 +204,7 @@ package_config:
test_resources:
- path: "gs://viash-hub-test-data/htrnaseq/v1/"
dest: "resources_test"
viash_version: "0.9.2"
viash_version: "0.9.4"
source: "src"
target: "target"
config_mods:

View File

@@ -2,7 +2,7 @@
# create_pdata main
#
# This wrapper script is auto-generated by viash 0.9.2 and is thus a derivative
# This wrapper script is auto-generated by viash 0.9.4 and is thus a derivative
# work thereof. This software comes with ABSOLUTELY NO WARRANTY from Data
# Intuitive.
#
@@ -458,9 +458,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-04-29T11:22:41Z"
LABEL org.opencontainers.image.created="2025-04-29T12:46:57Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/htrnaseq"
LABEL org.opencontainers.image.revision="cb58990a33f6ea6e46e474f2095b10218cf08912"
LABEL org.opencontainers.image.revision="a948c261931dbb784fc9ce6f7d5d93f52008a99f"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER