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

@@ -155,7 +155,7 @@ build_info:
output: "target/executable/integration_test_components/htrnaseq/check_eset"
executable: "target/executable/integration_test_components/htrnaseq/check_eset/check_eset"
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

@@ -455,9 +455,9 @@ RUN Rscript -e 'options(warn = 2); if (!requireNamespace("remotes", quietly = TR
LABEL org.opencontainers.image.authors="Dries Schaumont"
LABEL org.opencontainers.image.description="Companion container for running component integration_test_components/htrnaseq check_eset"
LABEL org.opencontainers.image.created="2025-09-02T13:10:27Z"
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

View File

@@ -164,7 +164,7 @@ build_info:
output: "target/executable/integration_test_components/well_demultiplexing/check_cutadapt_output"
executable: "target/executable/integration_test_components/well_demultiplexing/check_cutadapt_output/check_cutadapt_output"
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

@@ -457,9 +457,9 @@ RUN pip install --upgrade pip && \
LABEL org.opencontainers.image.authors="Dries Schaumont"
LABEL org.opencontainers.image.description="Companion container for running component integration_test_components/well_demultiplexing check_cutadapt_output"
LABEL org.opencontainers.image.created="2025-09-02T13:10:27Z"
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