Repository 'hyphy_fel'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/hyphy_fel

Changeset 13:ae95a6b22562 (2020-05-08)
Previous changeset 12:b6e3961a25ff (2020-05-01) Next changeset 14:9862c57d02a6 (2020-06-22)
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2413d0043c5d263ecfa75ec0f8614e322fb65f99"
modified:
macros.xml
b
diff -r b6e3961a25ff -r ae95a6b22562 macros.xml
--- a/macros.xml Fri May 01 13:34:36 2020 -0400
+++ b/macros.xml Fri May 08 18:40:02 2020 -0400
[
@@ -92,6 +92,7 @@
             code</option>
         </param>
     </xml>
+
     <xml name="branches">
         <param name="branches" type="select" label="Set of branches to test">
             <option value="All">All branches</option>
@@ -106,7 +107,7 @@
             <yield/>
         </citations>
     </xml>
-    <token name="@VERSION@">2.5.12</token>
+    <token name="@VERSION@">2.5.14</token>
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="@VERSION@">hyphy</requirement>
@@ -124,7 +125,7 @@
     <token name="@HYPHY_ENVIRONMENT@"><![CDATA[
         export HYPHY=`which hyphy` &&
         export HYPHY_PATH=`dirname \$HYPHY` &&
-        export HYPHY_LIB=`readlink -f \$HYPHY_PATH/../lib/hyphy` &&]]></token>
+        export HYPHY_LIB=`readlink -f \$HYPHY_PATH/../share/hyphy` &&]]></token>
     <token name="@HYPHY_INVOCATION@"><![CDATA[
         @HYPHY_ENVIRONMENT@ hyphy LIBPATH=\$HYPHY_LIB
     ]]></token>