changeset 13:c78f3d7dd1db draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2413d0043c5d263ecfa75ec0f8614e322fb65f99"
author iuc
date Fri, 08 May 2020 19:09:24 -0400
parents 107d3ba7024a
children 8834daeb9892
files macros.xml
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/macros.xml	Fri May 01 13:45:18 2020 -0400
+++ b/macros.xml	Fri May 08 19:09:24 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>