Mercurial > repos > nathandunn > biolinkplanteome
comparison macros.xml @ 0:028a3ffc17b4 draft
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
author | nathandunn |
---|---|
date | Fri, 23 Jun 2017 15:04:12 -0400 |
parents | |
children | 66ece4fd024f |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:028a3ffc17b4 |
---|---|
1 <macros> | |
2 <xml name="frontmatter"> | |
3 <requirements> | |
4 </requirements> | |
5 <stdio> | |
6 <exit_code range="1:"/> | |
7 </stdio> | |
8 <yield/> | |
9 </xml> | |
10 <xml name="citations"> | |
11 <help><![CDATA[ | |
12 Pulls data from planteome Initiative BioLink API web services as JSON. | |
13 http://biolink.planteome.org/apiapi/ | |
14 ]]></help> | |
15 <citations> | |
16 <citation type="doi">doi:10.5281/zenodo.815635</citation> | |
17 </citations> | |
18 <yield/> | |
19 </xml> | |
20 <xml name="outputs"> | |
21 <outputs> | |
22 <data name="output" format="json"/> | |
23 </outputs> | |
24 </xml> | |
25 </macros> |