Build branch main with version main (f3e87e5)

Build pipeline: viash-hub.biobox.main-7qmtp

Source commit: f3e87e58c9

Source message: Bedtools bed12tobed6 (#140)

* Initial commit

* Update test.sh

* help file + n option

* adding n_score option

* small changes

* Update CHANGELOG.md

* Update CHANGELOG.md

---------

Co-authored-by: Jakub Majercik <57993790+jakubmajercik@users.noreply.github.com>
This commit is contained in:
CI
2024-09-02 13:25:01 +00:00
parent 18d6cad4c4
commit 7dd88311d4
203 changed files with 5786 additions and 240 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: "2b29a47575db9dbdff8448b287925c25d9a8b01d"
git_commit: "f3e87e58c921a4ef59fe8946edcd066cdfc8de9c"
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-02T13:02:54Z"
LABEL org.opencontainers.image.created="2024-09-02T13:10:24Z"
LABEL org.opencontainers.image.source="https://github.com/lh3/seqtk/tree/v1.4"
LABEL org.opencontainers.image.revision="2b29a47575db9dbdff8448b287925c25d9a8b01d"
LABEL org.opencontainers.image.revision="f3e87e58c921a4ef59fe8946edcd066cdfc8de9c"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER