Mercurial > repos > iuc > hyphy_fade
changeset 12:bf27b3df1a4f 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:41:44 -0400 |
parents | 7c41611bf5b7 |
children | 048d3f9c9efc |
files | macros.xml |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Fri May 01 13:35:01 2020 -0400 +++ b/macros.xml Fri May 08 18:41:44 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>