Build branch main with version main (b98f636)

Build pipeline: viash-hub.htrnaseq.main-48gzk

Source commit: b98f6367d6

Source message: Add BAM statistics calculations on pool and well level (#6)
This commit is contained in:
CI
2024-08-29 12:41:46 +00:00
parent 044a3af7a9
commit bde35f120c
43 changed files with 12072 additions and 43 deletions

View File

@@ -236,7 +236,7 @@ build_info:
output: "target/executable/parallel_map"
executable: "target/executable/parallel_map/parallel_map"
viash_version: "0.9.0-RC7"
git_commit: "21831c2104098ecce57aa9b372e49f865296cc48"
git_commit: "b98f6367d672368af134843711a46d3b53717187"
git_remote: "https://github.com/viash-hub/htrnaseq"
package_config:
name: "htrnaseq"

View File

@@ -516,9 +516,9 @@ RUN wget -O $STAR_TARGET $STAR_SOURCE && \
rm $STAR_TARGET && rm -rf /tmp/STAR_$STAR_VERSION
LABEL org.opencontainers.image.description="Companion container for running component parallel_map"
LABEL org.opencontainers.image.created="2024-08-29T07:58:04Z"
LABEL org.opencontainers.image.created="2024-08-29T12:31:01Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/htrnaseq"
LABEL org.opencontainers.image.revision="21831c2104098ecce57aa9b372e49f865296cc48"
LABEL org.opencontainers.image.revision="b98f6367d672368af134843711a46d3b53717187"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER