Build branch htrnaseq/main with version main to htrnaseq on branch main (03e7939)

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

Source commit: 03e7939a9b

Source message: Add integration test for generating a single eset (#73)
This commit is contained in:
CI
2025-09-10 19:55:10 +00:00
parent 8a9db1b415
commit 4216c221ee
82 changed files with 484 additions and 359 deletions

View File

@@ -151,7 +151,7 @@ build_info:
output: "target/executable/utils/save_params"
executable: "target/executable/utils/save_params/save_params"
viash_version: "0.9.4"
git_commit: "92755e84e7e2b17cc44664388d6fbb444a26cffd"
git_commit: "03e7939a9b777dcc00c455ec4809fe76b3aa46da"
git_remote: "https://github.com/viash-hub/htrnaseq"
package_config:
name: "htrnaseq"

View File

@@ -453,9 +453,9 @@ RUN pip install --upgrade pip && \
pip install --upgrade --no-cache-dir "pyyaml"
LABEL org.opencontainers.image.description="Companion container for running component utils save_params"
LABEL org.opencontainers.image.created="2025-09-02T13:10:26Z"
LABEL org.opencontainers.image.created="2025-09-10T19:03:11Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/htrnaseq"
LABEL org.opencontainers.image.revision="92755e84e7e2b17cc44664388d6fbb444a26cffd"
LABEL org.opencontainers.image.revision="03e7939a9b777dcc00c455ec4809fe76b3aa46da"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER