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

@@ -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: "3c05b7950b9627acdaa70687e0915d5ee69b6d1b"
git_commit: "bd5b2d41718677ee367d3829447241df9733c8d3"
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-17T14:58:43Z"
LABEL org.opencontainers.image.created="2025-02-21T11:03:31Z"
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