Build branch main with version main (38f635a)

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

Source commit: 38f635ad57

Source message: Add agat convert genscan2gff (#100)

* add config

* add help

* add test data and expected output adn the script to obtain them

* add running script

* add test script

* update changelog

* cleanup

* fix tests

* format description

* remove unused argument --inflate-off

* update --config description

* add requirements

* create temporary directory and clean up on exit

* add GENSCAN in keywords

* add set -e to test

* fix create temporary directory

* add set -eo pipefail to test

* add set -eo pipefail to script

* fix create temporary directory

* update --config description

* cleanup changelog

* cleanup changelog

* Update deprecated variable

---------

Co-authored-by: Robrecht Cannoodt <rcannood@gmail.com>
This commit is contained in:
CI
2024-09-17 07:19:20 +00:00
parent 4b61e09a56
commit f47054953e
255 changed files with 8531 additions and 1561 deletions

View File

@@ -1,3 +1,14 @@
# biobox x.x.x
## NEW FUNCTIONALITY
* `agat`:
- `agat/agat_convert_genscan2gff`: convert a genscan file into a GFF file (PR #100).
## MINOR CHANGES
* Upgrade to Viash 0.9.0.
# biobox 0.2.0
## BREAKING CHANGES