changeset 6:c21335f5d583 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'05321082a670b6d41ae9f329b2b54227eecac6ad\n'-dirty
author rdvelazquez
date Mon, 03 Dec 2018 15:00:30 -0500
parents 203597c4875e
children b19b7712ab0a
files macros.xml
diffstat 1 files changed, 17 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- a/macros.xml	Mon Dec 03 14:55:19 2018 -0500
+++ b/macros.xml	Mon Dec 03 15:00:30 2018 -0500
@@ -1,21 +1,21 @@
 <?xml version="1.0"?>
 <macros>
-    <xml name="citations">
-        <citations>
-            <citation type="doi">10.1093/bioinformatics/bti079</citation>
-            <yield />
-        </citations>
-    </xml>
-    <token name="@VERSION@">2.3.12</token>
-    <xml name="requirements">
-        <requirements>
-            <requirement type="package" version="@VERSION@">hyphy</requirement>
-            <yield />
-        </requirements>
-    </xml>
-    <token name="@HYPHY_INVOCATION@"><![CDATA[export HYPHY=`which HYPHYMP` &&
+  <xml name="citations">
+    <citations>
+      <citation type="doi">10.1093/bioinformatics/bti079</citation>
+      <yield/>
+    </citations>
+  </xml>
+  <token name="@VERSION@">2.3.14</token>
+  <xml name="requirements">
+    <requirements>
+      <requirement type="package" version="@VERSION@">
+      hyphy</requirement>
+      <yield/>
+    </requirements>
+  </xml>
+  <token name="@HYPHY_INVOCATION@"><![CDATA[export HYPHY=`which HYPHYMP` &&
 export HYPHY_PATH=`dirname \$HYPHY` &&
 export HYPHY_LIB=`readlink -f \$HYPHY_PATH/../lib/hyphy` &&
-cat tool_params | HYPHYMP LIBPATH=\$HYPHY_LIB ]]>
-    </token>
-</macros>
\ No newline at end of file
+cat tool_params | HYPHYMP LIBPATH=\$HYPHY_LIB ]]></token>
+</macros>