Mercurial > repos > rdvelazquez > hyphy_fade
diff macros.xml @ 0:bcd72352534f draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'8052c8a2be65f327ec2d371b6df0081e0d4674a4\n'-dirty
author | rdvelazquez |
---|---|
date | Fri, 16 Nov 2018 15:41:48 -0500 |
parents | |
children | a7305e34418f |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Fri Nov 16 15:41:48 2018 -0500 @@ -0,0 +1,21 @@ +<?xml version="1.0"?> +<macros> + <xml name="citations"> + <citations> + <citation type="doi">10.1093/bioinformatics/bti079</citation> + <yield/> + </citations> + </xml> + <token name="@VERSION@">2.3.14</token> + <xml name="requirements"> + <requirements> + <requirement type="package" version="@VERSION@"> + hyphy</requirement> + <yield/> + </requirements> + </xml> + <token name="@HYPHY_INVOCATION@"><![CDATA[export HYPHY=`which HYPHYMP` && +export HYPHY_PATH=`dirname \$HYPHY` && +export HYPHY_LIB=`readlink -f \$HYPHY_PATH/../lib/hyphy` && +cat tool_params | HYPHYMP LIBPATH=\$HYPHY_LIB ]]></token> +</macros>