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

@@ -173,9 +173,9 @@ build_info:
output: "target/executable/rseqc/rseqc_bamstat"
executable: "target/executable/rseqc/rseqc_bamstat/rseqc_bamstat"
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

@@ -455,9 +455,9 @@ RUN echo "RSeQC bam_stat.py: $(bam_stat.py --version | cut -d' ' -f2-)" > /var/s
LABEL org.opencontainers.image.authors="Emma Rousseau"
LABEL org.opencontainers.image.description="Companion container for running component rseqc rseqc_bamstat"
LABEL org.opencontainers.image.created="2025-06-23T06:29:28Z"
LABEL org.opencontainers.image.created="2025-06-24T10:40:45Z"
LABEL org.opencontainers.image.source="https://github.com/MonashBioinformaticsPlatform/RSeQC"
LABEL org.opencontainers.image.revision="219ba1d3d0d7fbc66393595534bb6c333b08b238"
LABEL org.opencontainers.image.revision="f91567d467e6be79a5f71b24a54864ab13bdd278"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER