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>
14 lines
350 B
YAML
14 lines
350 B
YAML
name: biobox
|
|
description: |
|
|
A collection of bioinformatics tools for working with sequence data.
|
|
license: MIT
|
|
keywords: [bioinformatics, modules, sequencing]
|
|
links:
|
|
issue_tracker: https://github.com/viash-hub/biobox/issues
|
|
repository: https://github.com/viash-hub/biobox
|
|
|
|
viash_version: 0.9.0
|
|
|
|
config_mods: |
|
|
.requirements.commands := ['ps']
|