Build branch main with version main (99dec59)

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

Source commit: 99dec5923b

Source message: Bedtools genomecov (#150 and #128)

* Initial commit

* Update config.vsh.yaml

* Update script.sh

* update on test.sh

* bug fixing

* adding ibam option tests

* depthzero and strand option tests

* 5prime and max tests

* more tests

* Changelog

* Update config.vsh.yaml

* Update config.vsh.yaml

* Update script.sh

* Update test.sh

* TMPDIR

* Unset Variables

* par_trackopts multiple: true

* Minor update to CHANGELOG

---------

Co-authored-by: tgaspe <theodorogtc@gmail.com>
This commit is contained in:
CI
2024-09-06 22:05:55 +00:00
parent ddad38b4a3
commit ac86f27b69
216 changed files with 7557 additions and 255 deletions

View File

@@ -185,7 +185,7 @@ build_info:
output: "target/executable/bcftools/bcftools_sort"
executable: "target/executable/bcftools/bcftools_sort/bcftools_sort"
viash_version: "0.9.0-RC7"
git_commit: "e6627ec728761fe63fe75b0a10ba51da2bccec21"
git_commit: "99dec5923bfb3da165601a3f13502d498395b14d"
git_remote: "https://github.com/viash-hub/biobox"
package_config:
name: "biobox"

View File

@@ -483,9 +483,9 @@ RUN echo "bcftools: \"$(bcftools --version | grep 'bcftools' | sed -n 's/^bcftoo
LABEL org.opencontainers.image.authors="Theodoro Gasperin Terra Camargo"
LABEL org.opencontainers.image.description="Companion container for running component bcftools bcftools_sort"
LABEL org.opencontainers.image.created="2024-09-03T08:58:40Z"
LABEL org.opencontainers.image.created="2024-09-06T21:51:25Z"
LABEL org.opencontainers.image.source="https://github.com/samtools/bcftools"
LABEL org.opencontainers.image.revision="e6627ec728761fe63fe75b0a10ba51da2bccec21"
LABEL org.opencontainers.image.revision="99dec5923bfb3da165601a3f13502d498395b14d"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER