Build branch main with version main (a04f9ba)

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

Source commit: a04f9bab8a

Source message: avoid generating STAR index if alignment is skipped
This commit is contained in:
CI
2024-11-13 12:53:08 +00:00
parent bc17b94cd5
commit 2d86d22f22
194 changed files with 473 additions and 422 deletions

View File

@@ -299,8 +299,8 @@ build_info:
output: "target/executable/rsem/rsem_calculate_expression"
executable: "target/executable/rsem/rsem_calculate_expression/rsem_calculate_expression"
viash_version: "0.9.0"
git_commit: "5fbd530a7cf631bcc2930747d4712993ee19f07a"
git_remote: "https://x-access-token:ghs_2KJ9dSEPJriSLryPjkD8jGq8HeUsFi4f32RI@github.com/viash-hub/rnaseq"
git_commit: "a04f9bab8aec1c4f5e8ade4d5b68c2d4c92a7814"
git_remote: "https://x-access-token:ghs_U4pAQwhSWAqkeDDEK1YyMxMtkXglzF3wJkYc@github.com/viash-hub/rnaseq"
package_config:
name: "rnaseq"
version: "main"

View File

@@ -542,9 +542,9 @@ echo 'export PATH=$PATH:/usr/local/bin' >> ~/.bashrc && \
/bin/bash -c "source /etc/profile && source ~/.bashrc && echo $PATH && which STAR"
LABEL org.opencontainers.image.description="Companion container for running component rsem rsem_calculate_expression"
LABEL org.opencontainers.image.created="2024-11-13T10:13:13Z"
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.created="2024-11-13T12:42:15Z"
LABEL org.opencontainers.image.source="https://x-access-token/ghs_U4pAQwhSWAqkeDDEK1YyMxMtkXglzF3wJkYc@github.com/viash-hub/rnaseq"
LABEL org.opencontainers.image.revision="a04f9bab8aec1c4f5e8ade4d5b68c2d4c92a7814"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER

View File

@@ -182,8 +182,8 @@ build_info:
output: "target/executable/rsem/rsem_merge_counts"
executable: "target/executable/rsem/rsem_merge_counts/rsem_merge_counts"
viash_version: "0.9.0"
git_commit: "5fbd530a7cf631bcc2930747d4712993ee19f07a"
git_remote: "https://x-access-token:ghs_2KJ9dSEPJriSLryPjkD8jGq8HeUsFi4f32RI@github.com/viash-hub/rnaseq"
git_commit: "a04f9bab8aec1c4f5e8ade4d5b68c2d4c92a7814"
git_remote: "https://x-access-token:ghs_U4pAQwhSWAqkeDDEK1YyMxMtkXglzF3wJkYc@github.com/viash-hub/rnaseq"
package_config:
name: "rnaseq"
version: "main"

View File

@@ -483,9 +483,9 @@ function ViashDockerfile {
FROM ubuntu:22.04
ENTRYPOINT []
LABEL org.opencontainers.image.description="Companion container for running component rsem rsem_merge_counts"
LABEL org.opencontainers.image.created="2024-11-13T10:13:12Z"
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.created="2024-11-13T12:42:15Z"
LABEL org.opencontainers.image.source="https://x-access-token/ghs_U4pAQwhSWAqkeDDEK1YyMxMtkXglzF3wJkYc@github.com/viash-hub/rnaseq"
LABEL org.opencontainers.image.revision="a04f9bab8aec1c4f5e8ade4d5b68c2d4c92a7814"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER