comparison macros.xml @ 0:acaa45acbf91 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:37:30 -0500
parents
children 8686dd081ecf
comparison
equal deleted inserted replaced
-1:000000000000 0:acaa45acbf91
1 <?xml version="1.0"?>
2 <macros>
3 <xml name="citations">
4 <citations>
5 <citation type="doi">10.1093/bioinformatics/bti079</citation>
6 <yield />
7 </citations>
8 </xml>
9 <token name="@VERSION@">2.3.12</token>
10 <xml name="requirements">
11 <requirements>
12 <requirement type="package" version="@VERSION@">hyphy</requirement>
13 <yield />
14 </requirements>
15 </xml>
16 <token name="@HYPHY_INVOCATION@"><![CDATA[export HYPHY=`which HYPHYMP` &&
17 export HYPHY_PATH=`dirname \$HYPHY` &&
18 export HYPHY_LIB=`readlink -f \$HYPHY_PATH/../lib/hyphy` &&
19 cat tool_params | HYPHYMP LIBPATH=\$HYPHY_LIB ]]>
20 </token>
21 </macros>