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

@@ -173,7 +173,7 @@ build_info:
output: "target/executable/seqtk/seqtk_sample"
executable: "target/executable/seqtk/seqtk_sample/seqtk_sample"
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

@@ -481,9 +481,9 @@ FROM quay.io/biocontainers/seqtk:1.4--he4a0461_2
ENTRYPOINT []
LABEL org.opencontainers.image.authors="Jakub Majercik"
LABEL org.opencontainers.image.description="Companion container for running component seqtk seqtk_sample"
LABEL org.opencontainers.image.created="2024-09-03T08:58:50Z"
LABEL org.opencontainers.image.created="2024-09-06T21:51:34Z"
LABEL org.opencontainers.image.source="https://github.com/lh3/seqtk/tree/v1.4"
LABEL org.opencontainers.image.revision="e6627ec728761fe63fe75b0a10ba51da2bccec21"
LABEL org.opencontainers.image.revision="99dec5923bfb3da165601a3f13502d498395b14d"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER