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

@@ -138,8 +138,8 @@ build_info:
output: "target/executable/preprocess_transcripts_fasta"
executable: "target/executable/preprocess_transcripts_fasta/preprocess_transcripts_fasta"
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

@@ -462,9 +462,9 @@ function ViashDockerfile {
FROM ubuntu:22.04
ENTRYPOINT []
LABEL org.opencontainers.image.description="Companion container for running component preprocess_transcripts_fasta"
LABEL org.opencontainers.image.created="2024-10-25T08:58:40Z"
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:16Z"
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