changeset 13:ae95a6b22562 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2413d0043c5d263ecfa75ec0f8614e322fb65f99"
author iuc
date Fri, 08 May 2020 18:40:02 -0400
parents b6e3961a25ff
children 9862c57d02a6
files macros.xml
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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>