Build branch main with version main (5fbd530)

Build pipeline: viash-hub.rnaseq.main-rfpzb

Source commit: 5fbd530a7c

Source message: add arguments to skip qc components
This commit is contained in:
CI
2024-11-13 10:26:31 +00:00
parent fe41adb0c7
commit bc17b94cd5
228 changed files with 846 additions and 656 deletions

View File

@@ -144,8 +144,8 @@ build_info:
output: "target/executable/gunzip"
executable: "target/executable/gunzip/gunzip"
viash_version: "0.9.0"
git_commit: "05d48ac2f802e6510893b0966727b56adf2d5bf7"
git_remote: "https://x-access-token:ghs_Z6NU8I659v7MJh9nvPEvAbNENWdyYA3AOdw4@github.com/viash-hub/rnaseq"
git_commit: "5fbd530a7cf631bcc2930747d4712993ee19f07a"
git_remote: "https://x-access-token:ghs_2KJ9dSEPJriSLryPjkD8jGq8HeUsFi4f32RI@github.com/viash-hub/rnaseq"
package_config:
name: "rnaseq"
version: "main"

View File

@@ -466,9 +466,9 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*
LABEL org.opencontainers.image.description="Companion container for running component gunzip"
LABEL org.opencontainers.image.created="2024-10-25T08:58:43Z"
LABEL org.opencontainers.image.source="https://x-access-token/ghs_Z6NU8I659v7MJh9nvPEvAbNENWdyYA3AOdw4@github.com/viash-hub/rnaseq"
LABEL org.opencontainers.image.revision="05d48ac2f802e6510893b0966727b56adf2d5bf7"
LABEL org.opencontainers.image.created="2024-11-13T10:13:14Z"
LABEL org.opencontainers.image.source="https://x-access-token/ghs_2KJ9dSEPJriSLryPjkD8jGq8HeUsFi4f32RI@github.com/viash-hub/rnaseq"
LABEL org.opencontainers.image.revision="5fbd530a7cf631bcc2930747d4712993ee19f07a"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER