Mercurial > repos > rdvelazquez > hyphy_relax
view macros.xml @ 0:a9f460ad3ffe draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'17327d46ff082448f0a0fc3b6827f5d9d6124a10\n'-dirty
author | rdvelazquez |
---|---|
date | Tue, 08 Jan 2019 10:40:23 -0500 |
parents | |
children | a046be57e024 |
line wrap: on
line source
<?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>