Build branch main with version main (d70fdf2)

Build pipeline: viash-hub.htrnaseq.main-66qr4

Source commit: d70fdf2a6f

Source message: Fix processing multiple lanes. (#67)
This commit is contained in:
CI
2025-08-18 11:34:46 +00:00
parent e24f1ffc55
commit b51996294b
110 changed files with 4685 additions and 306 deletions

View File

@@ -285,9 +285,9 @@ build_info:
output: "target/executable/parallel_map"
executable: "target/executable/parallel_map/parallel_map"
viash_version: "0.9.4"
git_commit: "60df288f92681734080e2accc0978a38b2a4bee4"
git_commit: "d70fdf2a6f13819db25bfe0ac9ddb14d0aa5c247"
git_remote: "https://github.com/viash-hub/htrnaseq"
git_tag: "v0.7.2-13-g60df288"
git_tag: "v0.7.2-14-gd70fdf2"
package_config:
name: "htrnaseq"
version: "main"
@@ -310,7 +310,7 @@ package_config:
\ first.\n"
info:
test_resources:
- path: "gs://viash-hub-resources/htrnaseq/v1"
- path: "gs://viash-hub-resources/htrnaseq/v2"
dest: "resources_test"
viash_version: "0.9.4"
source: "src"

View File

@@ -10,7 +10,7 @@ links:
viash_version: 0.9.4
info:
test_resources:
- path: gs://viash-hub-resources/htrnaseq/v1
- path: gs://viash-hub-resources/htrnaseq/v2
dest: resources_test
config_mods: |
.requirements.commands := ['ps']

View File

@@ -461,9 +461,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-08-05T13:28:56Z"
LABEL org.opencontainers.image.created="2025-08-18T10:20:37Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/htrnaseq"
LABEL org.opencontainers.image.revision="60df288f92681734080e2accc0978a38b2a4bee4"
LABEL org.opencontainers.image.revision="d70fdf2a6f13819db25bfe0ac9ddb14d0aa5c247"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER