Mercurial > repos > nathandunn > biolinkmonarchinitiative
annotate macros.xml @ 2:88e1bd76b069 draft
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
author | nathandunn |
---|---|
date | Thu, 22 Jun 2017 15:28:43 -0400 |
parents | |
children | 49b46f044d48 |
rev | line source |
---|---|
2
88e1bd76b069
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
nathandunn
parents:
diff
changeset
|
1 <macros> |
88e1bd76b069
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
nathandunn
parents:
diff
changeset
|
2 <xml name="frontmatter"> |
88e1bd76b069
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
nathandunn
parents:
diff
changeset
|
3 <requirements> |
88e1bd76b069
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
nathandunn
parents:
diff
changeset
|
4 </requirements> |
88e1bd76b069
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
nathandunn
parents:
diff
changeset
|
5 <stdio> |
88e1bd76b069
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
nathandunn
parents:
diff
changeset
|
6 <exit_code range="1:"/> |
88e1bd76b069
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
nathandunn
parents:
diff
changeset
|
7 </stdio> |
88e1bd76b069
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
nathandunn
parents:
diff
changeset
|
8 <yield/> |
88e1bd76b069
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
nathandunn
parents:
diff
changeset
|
9 </xml> |
88e1bd76b069
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
nathandunn
parents:
diff
changeset
|
10 <xml name="citations"> |
88e1bd76b069
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
nathandunn
parents:
diff
changeset
|
11 <help><![CDATA[ |
88e1bd76b069
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
nathandunn
parents:
diff
changeset
|
12 Pulls data from Monarch Initiative BioLink API web services as JSON. |
88e1bd76b069
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
nathandunn
parents:
diff
changeset
|
13 https://api.monarchinitiative.org/api/ |
88e1bd76b069
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
nathandunn
parents:
diff
changeset
|
14 ]]></help> |
88e1bd76b069
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
nathandunn
parents:
diff
changeset
|
15 <citations> |
88e1bd76b069
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
nathandunn
parents:
diff
changeset
|
16 <citation type="doi">doi:10.5281/zenodo.815635</citation> |
88e1bd76b069
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
nathandunn
parents:
diff
changeset
|
17 </citations> |
88e1bd76b069
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
nathandunn
parents:
diff
changeset
|
18 <yield/> |
88e1bd76b069
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
nathandunn
parents:
diff
changeset
|
19 </xml> |
88e1bd76b069
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
nathandunn
parents:
diff
changeset
|
20 <xml name="outputs"> |
88e1bd76b069
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
nathandunn
parents:
diff
changeset
|
21 <outputs> |
88e1bd76b069
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
nathandunn
parents:
diff
changeset
|
22 <data name="output" format="json"/> |
88e1bd76b069
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
nathandunn
parents:
diff
changeset
|
23 </outputs> |
88e1bd76b069
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
nathandunn
parents:
diff
changeset
|
24 </xml> |
88e1bd76b069
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
nathandunn
parents:
diff
changeset
|
25 </macros> |