Build branch main with version main (a4f2c7d)

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

Source commit: a4f2c7d5a1

Source message: multiple minor fixes
This commit is contained in:
CI
2024-11-21 08:37:00 +00:00
parent 2d86d22f22
commit 20fef7a87e
230 changed files with 736 additions and 661 deletions

View File

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

View File

@@ -480,9 +480,9 @@ function ViashDockerfile {
FROM python:latest
ENTRYPOINT []
LABEL org.opencontainers.image.description="Companion container for running component cat_additional_fasta"
LABEL org.opencontainers.image.created="2024-11-13T12:42:21Z"
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.created="2024-11-21T08:06:04Z"
LABEL org.opencontainers.image.source="https://x-access-token/ghs_hUComHHyuHIIVQYt2HdqulL85sCkXr3K9lOo@github.com/viash-hub/rnaseq"
LABEL org.opencontainers.image.revision="a4f2c7d5a1d0c27cc538c9b06ec4dec5c62f8d74"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER