Build branch main with version main (a13b57d)

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

Source commit: a13b57d04a

Source message: Add bases2fastq (#167)
This commit is contained in:
CI
2024-11-26 14:40:26 +00:00
parent 6b56570131
commit 38a478d5ae
331 changed files with 8597 additions and 880 deletions

View File

@@ -185,9 +185,9 @@ build_info:
output: "target/executable/bcftools/bcftools_sort"
executable: "target/executable/bcftools/bcftools_sort/bcftools_sort"
viash_version: "0.9.0"
git_commit: "065297be5fb2d88020fc50e042bb3f49c9254ae9"
git_remote: "https://x-access-token:ghs_bGw8YykA469ibXe1g5GsidZ6N0n23m22jhvl@github.com/viash-hub/biobox"
git_tag: "v0.2.0-25-g065297b"
git_commit: "a13b57d04a3f3741eedd1af10fd96a9bee126f55"
git_remote: "https://x-access-token:ghs_xpDMoQpz4lF1RaGsMH4IlMbO48cLeW1cIYSF@github.com/viash-hub/biobox"
git_tag: "v0.2.0-26-ga13b57d"
package_config:
name: "biobox"
version: "main"

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-11-14T13:16:59Z"
LABEL org.opencontainers.image.created="2024-11-26T14:03:22Z"
LABEL org.opencontainers.image.source="https://github.com/samtools/bcftools"
LABEL org.opencontainers.image.revision="065297be5fb2d88020fc50e042bb3f49c9254ae9"
LABEL org.opencontainers.image.revision="a13b57d04a3f3741eedd1af10fd96a9bee126f55"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER