Build branch main with version main (f91567d)

Build pipeline: viash-hub.biobox.main-cc5jz

Source commit: f91567d467

Source message: add outdir argument (#181)

* add outdir argument

* added tests, small changes

* update example outdir
This commit is contained in:
CI
2025-06-24 10:57:17 +00:00
parent 71f1661df8
commit 9cc17eaa6f
341 changed files with 923 additions and 726 deletions

View File

@@ -1171,9 +1171,9 @@ build_info:
output: "target/executable/salmon/salmon_quant"
executable: "target/executable/salmon/salmon_quant/salmon_quant"
viash_version: "0.9.4"
git_commit: "219ba1d3d0d7fbc66393595534bb6c333b08b238"
git_commit: "f91567d467e6be79a5f71b24a54864ab13bdd278"
git_remote: "https://github.com/viash-hub/biobox"
git_tag: "v0.2.0-37-g219ba1d"
git_tag: "v0.2.0-38-gf91567d"
package_config:
name: "biobox"
version: "main"

View File

@@ -452,9 +452,9 @@ RUN salmon index -v 2>&1 | sed 's/salmon \([0-9.]*\)/salmon: \1/' > /var/softwar
LABEL org.opencontainers.image.authors="Sai Nirmayi Yasa"
LABEL org.opencontainers.image.description="Companion container for running component salmon salmon_quant"
LABEL org.opencontainers.image.created="2025-06-23T06:29:29Z"
LABEL org.opencontainers.image.created="2025-06-24T10:40:46Z"
LABEL org.opencontainers.image.source="https://github.com/COMBINE-lab/salmon"
LABEL org.opencontainers.image.revision="219ba1d3d0d7fbc66393595534bb6c333b08b238"
LABEL org.opencontainers.image.revision="f91567d467e6be79a5f71b24a54864ab13bdd278"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER