Build branch main with version main (4aa0a89)

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

Source commit: 4aa0a893d2

Source message: Add agat convert bed2gff (#97)

* add config

* add help

* add script

* add test data and expected output file

* add script to get test data

* add tests

* update changelog

* fix path to test data

---------

Co-authored-by: Robrecht Cannoodt <rcannood@gmail.com>
This commit is contained in:
CI
2024-07-31 19:45:06 +00:00
parent da141b5d98
commit 833a44f68a
166 changed files with 6004 additions and 1832 deletions

View File

@@ -433,7 +433,7 @@ build_info:
output: "target/executable/samtools/samtools_fastq"
executable: "target/executable/samtools/samtools_fastq/samtools_fastq"
viash_version: "0.9.0-RC6"
git_commit: "de8b4248b64e0d2e04a6f20c35212403c57a1058"
git_commit: "4aa0a893d2f8be5f0d03797afc15a04c53664367"
git_remote: "https://github.com/viash-hub/biobox"
package_config:
name: "biobox"

View File

@@ -625,9 +625,9 @@ sed 's#Using ##;s# \([0-9\.]*\)$#: \1#' > /var/software_versions.txt
LABEL org.opencontainers.image.authors="Emma Rousseau"
LABEL org.opencontainers.image.description="Companion container for running component samtools samtools_fastq"
LABEL org.opencontainers.image.created="2024-07-31T19:24:32Z"
LABEL org.opencontainers.image.created="2024-07-31T19:27:44Z"
LABEL org.opencontainers.image.source="https://github.com/samtools/samtools"
LABEL org.opencontainers.image.revision="de8b4248b64e0d2e04a6f20c35212403c57a1058"
LABEL org.opencontainers.image.revision="4aa0a893d2f8be5f0d03797afc15a04c53664367"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER