Build branch main with version main (0a0edca)

Build pipeline: viash-hub.biobox.main-77vkl

Source commit: 0a0edcacb5

Source message: Cutadapt: fix non-functional action parameter (#161)

* Cutadapt: fix non-functional action parameter

* Add PR number
This commit is contained in:
CI
2024-10-03 13:08:17 +00:00
parent 99b76ba2a1
commit adf9159264
262 changed files with 722 additions and 718 deletions

View File

@@ -173,9 +173,9 @@ build_info:
output: "target/executable/seqtk/seqtk_sample"
executable: "target/executable/seqtk/seqtk_sample/seqtk_sample"
viash_version: "0.9.0"
git_commit: "237a2e3a229ee589d1ebbc282526f87398e26f58"
git_remote: "https://x-access-token:ghs_d8HWKccvaGy0CcM6cBJNV2ku91TvFG4KZuEr@github.com/viash-hub/biobox"
git_tag: "v0.2.0-7-g237a2e3"
git_commit: "0a0edcacb5368517d249210022363bd9265f1bf5"
git_remote: "https://x-access-token:ghs_bIjTemwR1Wh9ikbQ1ucI3bX39xxlpm0HUaHb@github.com/viash-hub/biobox"
git_tag: "v0.2.0-8-g0a0edca"
package_config:
name: "biobox"
version: "main"

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-27T09:55:26Z"
LABEL org.opencontainers.image.created="2024-10-03T12:50:53Z"
LABEL org.opencontainers.image.source="https://github.com/lh3/seqtk/tree/v1.4"
LABEL org.opencontainers.image.revision="237a2e3a229ee589d1ebbc282526f87398e26f58"
LABEL org.opencontainers.image.revision="0a0edcacb5368517d249210022363bd9265f1bf5"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER