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

@@ -806,9 +806,9 @@ RUN echo "gffread: \"$(gffread --version 2>&1)\"" > /var/software_versions.txt
LABEL org.opencontainers.image.authors="Emma Rousseau"
LABEL org.opencontainers.image.description="Companion container for running component gffread"
LABEL org.opencontainers.image.created="2024-07-31T19:24:12Z"
LABEL org.opencontainers.image.created="2024-07-31T19:27:30Z"
LABEL org.opencontainers.image.source="https://github.com/gpertea/gffread"
LABEL org.opencontainers.image.revision="de8b4248b64e0d2e04a6f20c35212403c57a1058"
LABEL org.opencontainers.image.revision="4aa0a893d2f8be5f0d03797afc15a04c53664367"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER