Build branch main with version main (80aaf33)

Build pipeline: viash-hub.biobox.main-69lmq

Source commit: 80aaf333dc

Source message: Add Kallisto index (#149)
This commit is contained in:
CI
2024-09-13 07:30:50 +00:00
parent cccb2f63f6
commit af89cea364
264 changed files with 13757 additions and 292 deletions

View File

@@ -222,7 +222,7 @@ build_info:
output: "target/executable/bedtools/bedtools_sort"
executable: "target/executable/bedtools/bedtools_sort/bedtools_sort"
viash_version: "0.9.0-RC7"
git_commit: "bd8ca889d13784c5a7502bb977c6659fe420d973"
git_commit: "80aaf333dc1245b8bbec9aa7b628d85c5e413f4b"
git_remote: "https://github.com/viash-hub/biobox"
package_config:
name: "biobox"

View File

@@ -509,9 +509,9 @@ RUN echo "bedtools: \"$(bedtools --version | sed -n 's/^bedtools //p')\"" > /var
LABEL org.opencontainers.image.authors="Theodoro Gasperin Terra Camargo"
LABEL org.opencontainers.image.description="Companion container for running component bedtools bedtools_sort"
LABEL org.opencontainers.image.created="2024-09-10T14:21:23Z"
LABEL org.opencontainers.image.created="2024-09-13T07:15:43Z"
LABEL org.opencontainers.image.source="https://github.com/arq5x/bedtools2"
LABEL org.opencontainers.image.revision="bd8ca889d13784c5a7502bb977c6659fe420d973"
LABEL org.opencontainers.image.revision="80aaf333dc1245b8bbec9aa7b628d85c5e413f4b"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER