Mercurial > repos > bgruening > augustus
view macros.xml @ 8:28433faa6e42 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit a5c4068d1515fc946d1ee7caf66cc59c9938a124"
author | iuc |
---|---|
date | Thu, 26 Aug 2021 20:35:33 +0000 |
parents | 09855551d713 |
children | bd0e53f3a891 |
line wrap: on
line source
<?xml version="1.0"?> <macros> <xml name="requirements"> <requirements> <requirement type="package" version="@VERSION@">augustus</requirement> <yield /> </requirements> </xml> <token name="@VERSION@">3.4.0</token> <token name="@SUFFIX_VERSION@">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>