Build branch main with version main (e3a7de4)

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

Source commit: e3a7de40e8

Source message: Fix for cutadapt's --no-indels not being applied (#24)
This commit is contained in:
CI
2024-12-19 14:11:12 +00:00
parent 51245a8027
commit 51a1df053e
50 changed files with 141 additions and 139 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: "f6cf9bf06a6b2ff974abc1a20c6fcd4cd413a582"
git_remote: "https://x-access-token:ghs_RDdNKgc3SasBNW6yAiKUCtvC07L9Tt3Ov5Cj@github.com/viash-hub/htrnaseq"
git_commit: "e3a7de40e8c1f809e7a3e2ca1e34e2f7150d0790"
git_remote: "https://x-access-token:ghs_nFNHagvyTq2ZDrbyQ3KbmmqZYpur9V22CgJA@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-18T13:03:28Z"
LABEL org.opencontainers.image.created="2024-12-19T12:36:41Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/htrnaseq"
LABEL org.opencontainers.image.revision="f6cf9bf06a6b2ff974abc1a20c6fcd4cd413a582"
LABEL org.opencontainers.image.revision="e3a7de40e8c1f809e7a3e2ca1e34e2f7150d0790"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER