Build branch main with version main (b0db228)

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

Source commit: b0db228825

Source message: Update readme (#177)

* update image

* add changelog

* make readme more generic

* fix url

* make images relative again
This commit is contained in:
CI
2025-05-06 20:36:16 +00:00
parent af7bcfffa4
commit e3be4c4461
340 changed files with 10709 additions and 987 deletions

View File

@@ -340,13 +340,24 @@ build_info:
output: "target/executable/bedtools/bedtools_genomecov"
executable: "target/executable/bedtools/bedtools_genomecov/bedtools_genomecov"
viash_version: "0.9.4"
git_commit: "c733de2e4cc21eccb241060f82bce0b332f79d81"
git_commit: "b0db228825f3441b4651527e8775e8fc87d06e60"
git_remote: "https://github.com/viash-hub/biobox"
git_tag: "v0.2.0-32-gc733de2"
git_tag: "v0.2.0-35-gb0db228"
package_config:
name: "biobox"
version: "main"
description: "A collection of bioinformatics tools for working with sequence data.\n"
summary: "A curated collection of high-quality, standalone bioinformatics components\
\ built with [Viash](https://viash.io).\n"
description: "`biobox` offers a suite of reliable bioinformatics components, similar\
\ to [nf-core/modules](https://github.com/nf-core/modules) and [snakemake-wrappers/bio](https://github.com/snakemake/snakemake-wrappers/tree/master/bio),\
\ but built using the [Viash](https://viash.io) framework.\n\nThis approach emphasizes\
\ **reusability**, **reproducibility**, and adherence to **best practices**. Key\
\ features of `biobox` components include:\n\n* **Standalone & Nextflow Ready:**\
\ Run components directly via the command line or seamlessly integrate them into\
\ Nextflow workflows.\n* **High Quality Standards:**\n * Comprehensive documentation\
\ for components and parameters.\n * Full exposure of underlying tool arguments.\n\
\ * Containerized (Docker) for dependency management and reproducibility.\n\
\ * Unit tested for verified functionality.\n"
info: null
viash_version: "0.9.4"
source: "src"

View File

@@ -456,9 +456,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_genomecov"
LABEL org.opencontainers.image.created="2025-04-29T10:54:47Z"
LABEL org.opencontainers.image.created="2025-05-06T20:11:38Z"
LABEL org.opencontainers.image.source="https://github.com/arq5x/bedtools2"
LABEL org.opencontainers.image.revision="c733de2e4cc21eccb241060f82bce0b332f79d81"
LABEL org.opencontainers.image.revision="b0db228825f3441b4651527e8775e8fc87d06e60"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER