Mercurial > repos > bgruening > augustus_training
view macros.xml @ 6:dc027fa56d55 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:53 +0000 |
parents | 7be22100e5e1 |
children | f1e653756174 |
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>