Mercurial > repos > bgruening > augustus
diff macros.xml @ 10:cb47e789ccaa draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
| author | bgruening |
|---|---|
| date | Fri, 10 May 2019 08:25:57 -0400 |
| parents | |
| children | 48528e640fe6 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Fri May 10 08:25:57 2019 -0400 @@ -0,0 +1,20 @@ +<?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>
