Mercurial > repos > bgruening > augustus_training
view macros.xml @ 1:1fbb1135da16 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
author | iuc |
---|---|
date | Fri, 10 May 2019 08:52:20 -0400 |
parents | 86c89c3bd99d |
children | 6519ebe25019 |
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.2.3</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>