Mercurial > repos > iuc > augustus_training
comparison macros.xml @ 0:fcdd4f5c6cfc draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 2896dcfd180800d00ea413a59264ef8b11788b8e
author | iuc |
---|---|
date | Fri, 20 Oct 2017 03:48:35 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:fcdd4f5c6cfc |
---|---|
1 <?xml version="1.0"?> | |
2 <macros> | |
3 <xml name="requirements"> | |
4 <requirements> | |
5 <requirement type="package" version="@VERSION@">augustus</requirement> | |
6 <yield /> | |
7 </requirements> | |
8 </xml> | |
9 | |
10 <token name="@VERSION@">3.2.3</token> | |
11 | |
12 <xml name="citations"> | |
13 <citations> | |
14 <citation type="doi">10.1093/bioinformatics/btg1080</citation> | |
15 <citation type="doi">10.1093/bioinformatics/btr010</citation> | |
16 <citation type="doi">10.1093/bioinformatics/btn013</citation> | |
17 </citations> | |
18 </xml> | |
19 | |
20 </macros> |