Build branch main with version main (bd5b2d4)

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

Source commit: bd5b2d4171

Source message: Keep contents for barcodes with no mapped reads. (#44)
This commit is contained in:
CI
2025-02-21 11:49:43 +00:00
parent 6468e4a5de
commit e5a3fd36ee
71 changed files with 340 additions and 125 deletions

View File

@@ -148,7 +148,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.0"
git_commit: "3c05b7950b9627acdaa70687e0915d5ee69b6d1b"
git_commit: "bd5b2d41718677ee367d3829447241df9733c8d3"
git_remote: "https://github.com/viash-hub/htrnaseq"
package_config:
name: "htrnaseq"

View File

@@ -470,9 +470,9 @@ RUN Rscript -e 'if (!requireNamespace("remotes", quietly = TRUE)) install.packag
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-02-17T14:58:42Z"
LABEL org.opencontainers.image.created="2025-02-21T11:03:30Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/htrnaseq"
LABEL org.opencontainers.image.revision="3c05b7950b9627acdaa70687e0915d5ee69b6d1b"
LABEL org.opencontainers.image.revision="bd5b2d41718677ee367d3829447241df9733c8d3"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER

View File

@@ -158,7 +158,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.0"
git_commit: "3c05b7950b9627acdaa70687e0915d5ee69b6d1b"
git_commit: "bd5b2d41718677ee367d3829447241df9733c8d3"
git_remote: "https://github.com/viash-hub/htrnaseq"
package_config:
name: "htrnaseq"

View File

@@ -476,9 +476,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-02-17T14:58:42Z"
LABEL org.opencontainers.image.created="2025-02-21T11:03:30Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/htrnaseq"
LABEL org.opencontainers.image.revision="3c05b7950b9627acdaa70687e0915d5ee69b6d1b"
LABEL org.opencontainers.image.revision="bd5b2d41718677ee367d3829447241df9733c8d3"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER