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