Mercurial > repos > bgruening > augustus
view macros.xml @ 9:bd0e53f3a891 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit fbd55928544683a7f7e6e10dadabe698bc71b0e4
author | iuc |
---|---|
date | Fri, 04 Oct 2024 11:32:08 +0000 |
parents | 28433faa6e42 |
children |
line wrap: on
line source
<?xml version="1.0"?> <macros> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">augustus</requirement> <yield /> </requirements> </xml> <token name="@TOOL_VERSION@">3.4.0</token> <token name="@VERSION_SUFFIX@">2</token> <token name="@PROFILE@">23.1</token> <xml name="citations"> <citations> <citation type="doi">10.1093/bioinformatics/btg1080</citation> <citation type="doi">10.1093/bioinformatics/btr010</citation> <citation type="doi">10.1093/bioinformatics/btn013</citation> </citations> </xml> </macros>