Mercurial > repos > iuc > hyphy_relax
diff macros.xml @ 12:2ccc579efdde 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:38:54 -0400 |
parents | 9158a34fc9c5 |
children | 4d13ff4556da |
line wrap: on
line diff
--- a/macros.xml Fri May 01 13:34:03 2020 -0400 +++ b/macros.xml Fri May 08 18:38:54 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>