Mercurial > repos > bgruening > augustus_training
diff macros.xml @ 0:86c89c3bd99d draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 2896dcfd180800d00ea413a59264ef8b11788b8e
author | bgruening |
---|---|
date | Fri, 20 Oct 2017 03:55:35 -0400 |
parents | |
children | 6519ebe25019 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Fri Oct 20 03:55:35 2017 -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>