comparison macros.xml @ 3:fb40b0928cad draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f14f2bae2b27dc04e574803c7d4442a64cfe43e4"
author iuc
date Fri, 14 Feb 2020 16:44:41 -0500
parents de93e1fbdc31
children 181f5b9f139f
comparison
equal deleted inserted replaced
2:de93e1fbdc31 3:fb40b0928cad
78 <requirement type="package" version="@VERSION@"> 78 <requirement type="package" version="@VERSION@">
79 hyphy</requirement> 79 hyphy</requirement>
80 <yield/> 80 <yield/>
81 </requirements> 81 </requirements>
82 </xml> 82 </xml>
83 <token name="@HYPHYMPI@">mpirun -np \${GALAXY_SLOTS:-1} HYPHYMPI</token>
83 <token name="@HYPHY_ENVIRONMENT@"><![CDATA[export HYPHY=`which hyphy` && 84 <token name="@HYPHY_ENVIRONMENT@"><![CDATA[export HYPHY=`which hyphy` &&
84 export HYPHY_PATH=`dirname \$HYPHY` && 85 export HYPHY_PATH=`dirname \$HYPHY` &&
85 export HYPHY_LIB=`readlink -f \$HYPHY_PATH/../lib/hyphy` &&]]></token> 86 export HYPHY_LIB=`readlink -f \$HYPHY_PATH/../lib/hyphy` &&]]></token>
86 <token name="@HYPHY_INVOCATION@"><![CDATA[@HYPHY_ENVIRONMENT@ hyphy LIBPATH=\$HYPHY_LIB ]]></token> 87 <token name="@HYPHY_INVOCATION@"><![CDATA[@HYPHY_ENVIRONMENT@ hyphy LIBPATH=\$HYPHY_LIB ]]></token>
87 </macros> 88 </macros>