Build branch main with version main (8f525f5)

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

Source commit: 8f525f5e40

Source message: Bedtools_Intersect (#94)

* Initial Commit

* Update config.vsh.yaml

* creating templates

* Update config.vsh.yaml

* Update script.sh

* Added output

* Update config.vsh.yaml

* Update test.sh

* Update test.sh

* More tests

* small changes

* update

- change some var names
- debugged
- added more test

* Update CHANGELOG.md

* Update

* Update help.txt
This commit is contained in:
CI
2024-07-31 19:42:45 +00:00
parent 02c1c9ebea
commit 2f26c0291a
151 changed files with 8077 additions and 175 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-RC6"
git_commit: "da414e72c60758895b16818309d6c147c288dd84"
git_commit: "8f525f5e40301ad51bc1cd9587c0febbef84bd7d"
git_remote: "https://github.com/viash-hub/biobox"
package_config:
name: "biobox"

View File

@@ -480,9 +480,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-07-29T07:58:05Z"
LABEL org.opencontainers.image.created="2024-07-31T19:23:02Z"
LABEL org.opencontainers.image.source="https://github.com/lh3/seqtk/tree/v1.4"
LABEL org.opencontainers.image.revision="da414e72c60758895b16818309d6c147c288dd84"
LABEL org.opencontainers.image.revision="8f525f5e40301ad51bc1cd9587c0febbef84bd7d"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER

View File

@@ -196,7 +196,7 @@ build_info:
output: "target/executable/seqtk/seqtk_subseq"
executable: "target/executable/seqtk/seqtk_subseq/seqtk_subseq"
viash_version: "0.9.0-RC6"
git_commit: "da414e72c60758895b16818309d6c147c288dd84"
git_commit: "8f525f5e40301ad51bc1cd9587c0febbef84bd7d"
git_remote: "https://github.com/viash-hub/biobox"
package_config:
name: "biobox"

View File

@@ -490,9 +490,9 @@ RUN echo $(echo $(seqtk 2>&1) | sed -n 's/.*\(Version: [^ ]*\).*/\1/p') > /var/s
LABEL org.opencontainers.image.authors="Theodoro Gasperin Terra Camargo"
LABEL org.opencontainers.image.description="Companion container for running component seqtk seqtk_subseq"
LABEL org.opencontainers.image.created="2024-07-29T07:58:05Z"
LABEL org.opencontainers.image.created="2024-07-31T19:23:02Z"
LABEL org.opencontainers.image.source="https://github.com/lh3/seqtk/tree/v1.4"
LABEL org.opencontainers.image.revision="da414e72c60758895b16818309d6c147c288dd84"
LABEL org.opencontainers.image.revision="8f525f5e40301ad51bc1cd9587c0febbef84bd7d"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER