diff macros.xml @ 2:88e1bd76b069 draft

planemo upload commit 91b079b5648caa7a8795ec0957a4b11e104d986e
author nathandunn
date Thu, 22 Jun 2017 15:28:43 -0400
parents
children 49b46f044d48
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Thu Jun 22 15:28:43 2017 -0400
@@ -0,0 +1,25 @@
+<macros>
+    <xml name="frontmatter">
+        <requirements>
+        </requirements>
+        <stdio>
+            <exit_code range="1:"/>
+        </stdio>
+        <yield/>
+    </xml>
+    <xml name="citations">
+        <help><![CDATA[
+        Pulls data from Monarch Initiative BioLink API web services as JSON.
+		https://api.monarchinitiative.org/api/
+    ]]></help>
+        <citations>
+            <citation type="doi">doi:10.5281/zenodo.815635</citation>
+        </citations>
+        <yield/>
+    </xml>
+    <xml name="outputs">
+        <outputs>
+            <data name="output" format="json"/>
+        </outputs>
+    </xml>
+</macros>