diff macros.xml @ 4:04ec82208544 draft default tip

Uploaded
author iuc
date Mon, 06 Apr 2015 17:59:39 -0400
parents 6e5ac2173a43
children
line wrap: on
line diff
--- a/macros.xml	Thu Mar 19 17:58:54 2015 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-<macros>
-    <xml name="requirements">
-        <requirements>
-            <requirement type="package" version="0.67.5">circos</requirement>
-            <requirement type="package" version="0.20">circostools</requirement>
-            <yield/>
-        </requirements>
-    </xml>
-    <token name="@WRAPPER_VERSION@">0.67.5</token>
-    <xml name="stdio">
-        <stdio>
-            <!-- Anything other than zero is an error -->
-            <exit_code range="1:" />
-            <exit_code range=":-1" />
-            <!-- In case the return code has not been set propery check stderr too -->
-            <regex match="Error:" />
-            <regex match="Exception:" />
-        </stdio>
-    </xml>
-
-
-    <xml name="citations">
-        <citations>
-            <citation type="doi">10.1101/gr.092759.109</citation>
-            <yield />
-        </citations>
-    </xml>
-</macros>