Mercurial > repos > nathandunn > biolinkmonarchinitiative
annotate macros.xml @ 5:6eaaeedf2f37 draft default tip
planemo upload commit 469f80a2162a7284b6299615caf6aee64bb34167
author | nathandunn |
---|---|
date | Mon, 04 Dec 2017 21:50:52 -0500 |
parents | 49b46f044d48 |
children |
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 <stdio> |
88e1bd76b069
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
nathandunn
parents:
diff
changeset
|
4 <exit_code range="1:"/> |
88e1bd76b069
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
nathandunn
parents:
diff
changeset
|
5 </stdio> |
88e1bd76b069
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
nathandunn
parents:
diff
changeset
|
6 <yield/> |
88e1bd76b069
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
nathandunn
parents:
diff
changeset
|
7 </xml> |
88e1bd76b069
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
nathandunn
parents:
diff
changeset
|
8 <xml name="citations"> |
88e1bd76b069
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
nathandunn
parents:
diff
changeset
|
9 <help><![CDATA[ |
88e1bd76b069
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
nathandunn
parents:
diff
changeset
|
10 Pulls data from Monarch Initiative BioLink API web services as JSON. |
88e1bd76b069
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
nathandunn
parents:
diff
changeset
|
11 https://api.monarchinitiative.org/api/ |
88e1bd76b069
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
nathandunn
parents:
diff
changeset
|
12 ]]></help> |
88e1bd76b069
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
nathandunn
parents:
diff
changeset
|
13 <citations> |
88e1bd76b069
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
nathandunn
parents:
diff
changeset
|
14 <citation type="doi">doi:10.5281/zenodo.815635</citation> |
88e1bd76b069
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
nathandunn
parents:
diff
changeset
|
15 </citations> |
88e1bd76b069
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
nathandunn
parents:
diff
changeset
|
16 <yield/> |
88e1bd76b069
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
nathandunn
parents:
diff
changeset
|
17 </xml> |
88e1bd76b069
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
nathandunn
parents:
diff
changeset
|
18 <xml name="outputs"> |
88e1bd76b069
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
nathandunn
parents:
diff
changeset
|
19 <outputs> |
88e1bd76b069
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
nathandunn
parents:
diff
changeset
|
20 <data name="output" format="json"/> |
88e1bd76b069
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
nathandunn
parents:
diff
changeset
|
21 </outputs> |
88e1bd76b069
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
nathandunn
parents:
diff
changeset
|
22 </xml> |
88e1bd76b069
planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
nathandunn
parents:
diff
changeset
|
23 </macros> |