Build branch main with version main (da93558)

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

Source commit: da935587f3

Source message: Check for wellID and generalization of plate layout (#21)

Co-authored-by: DriesSchaumont <5946712+DriesSchaumont@users.noreply.github.com>
This commit is contained in:
CI
2024-12-17 17:23:57 +00:00
parent 554d5253fe
commit 7385b3aa64
48 changed files with 110 additions and 92 deletions

View File

@@ -264,8 +264,8 @@ build_info:
output: "target/executable/parallel_map"
executable: "target/executable/parallel_map/parallel_map"
viash_version: "0.9.0"
git_commit: "82647a421dae521a9563f7f02050f13a1319eb4a"
git_remote: "https://x-access-token:ghs_GvoC19gNBNw8DS3yDc8aa44laHZP4K2GBiY3@github.com/viash-hub/htrnaseq"
git_commit: "da935587f3496228b8486d1cce6f368a28eb8443"
git_remote: "https://x-access-token:ghs_oGmMqoqpugW8Vx1b40vPl2y04BQppa1bMrOI@github.com/viash-hub/htrnaseq"
package_config:
name: "htrnaseq"
version: "main"

View File

@@ -517,9 +517,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="2024-12-17T13:58:23Z"
LABEL org.opencontainers.image.created="2024-12-17T15:56:20Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/htrnaseq"
LABEL org.opencontainers.image.revision="82647a421dae521a9563f7f02050f13a1319eb4a"
LABEL org.opencontainers.image.revision="da935587f3496228b8486d1cce6f368a28eb8443"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER