Build branch bugfix with version bugfix (7662841)

Build pipeline: viash-hub.rnaseq.bugfix-ndc9n

Source commit: 7662841e2e

Source message: clean code, remove unused arguments
This commit is contained in:
CI
2024-10-25 08:53:30 +00:00
parent f6ea42ed13
commit 44490f9109
292 changed files with 2723 additions and 3863 deletions

View File

@@ -121,7 +121,7 @@ repositories:
- type: "vsh"
name: "biobox"
repo: "vsh/biobox"
tag: "v0.2.0"
tag: "main"
- type: "vsh"
name: "craftbox"
repo: "craftbox"
@@ -216,8 +216,8 @@ build_info:
output: "target/executable/stringtie"
executable: "target/executable/stringtie/stringtie"
viash_version: "0.9.0"
git_commit: "7687d774f298f75ef6c50895c472ee6152f2468b"
git_remote: "https://x-access-token:ghs_7FVxN3rBdtTLQpokIz0vNdwJM0FoaA3gNdap@github.com/viash-hub/rnaseq"
git_commit: "7662841e2e967790170bd05b667707341d27db7b"
git_remote: "https://x-access-token:ghs_YEOtoLGbvBtbC9HDSpu57XjDztgJHV1RyBQ7@github.com/viash-hub/rnaseq"
package_config:
name: "rnaseq"
version: "bugfix"
@@ -229,7 +229,7 @@ package_config:
- type: "vsh"
name: "biobox"
repo: "vsh/biobox"
tag: "v0.2.0"
tag: "main"
- type: "vsh"
name: "craftbox"
repo: "craftbox"

View File

@@ -496,9 +496,9 @@ tar -xzf stringtie-2.2.1.Linux_x86_64.tar.gz && \
cp stringtie-2.2.1.Linux_x86_64/stringtie /usr/local/bin/
LABEL org.opencontainers.image.description="Companion container for running component stringtie"
LABEL org.opencontainers.image.created="2024-10-23T13:30:08Z"
LABEL org.opencontainers.image.source="https://x-access-token/ghs_7FVxN3rBdtTLQpokIz0vNdwJM0FoaA3gNdap@github.com/viash-hub/rnaseq"
LABEL org.opencontainers.image.revision="7687d774f298f75ef6c50895c472ee6152f2468b"
LABEL org.opencontainers.image.created="2024-10-25T08:40:28Z"
LABEL org.opencontainers.image.source="https://x-access-token/ghs_YEOtoLGbvBtbC9HDSpu57XjDztgJHV1RyBQ7@github.com/viash-hub/rnaseq"
LABEL org.opencontainers.image.revision="7662841e2e967790170bd05b667707341d27db7b"
LABEL org.opencontainers.image.version="bugfix"
VIASHDOCKER