diff macros.xml @ 0:09b050170437 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2cbd4393b66118f3c12c5111135fcb9397d0152c-dirty
author stephenshank
date Thu, 17 Jan 2019 09:50:49 -0500
parents
children d3422ecf4713
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Thu Jan 17 09:50:49 2019 -0500
@@ -0,0 +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.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>