Mercurial > repos > rdvelazquez > hyphy_absrel
diff macros.xml @ 0:9e8344d39fb7 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
author | rdvelazquez |
---|---|
date | Mon, 10 Sep 2018 12:02:49 -0400 |
parents | |
children | b0c0b8612ed2 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Mon Sep 10 12:02:49 2018 -0400 @@ -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.12</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> \ No newline at end of file