comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:bcd72352534f
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.14</token>
10 <xml name="requirements">
11 <requirements>
12 <requirement type="package" version="@VERSION@">
13 hyphy</requirement>
14 <yield/>
15 </requirements>
16 </xml>
17 <token name="@HYPHY_INVOCATION@"><![CDATA[export HYPHY=`which HYPHYMP` &&
18 export HYPHY_PATH=`dirname \$HYPHY` &&
19 export HYPHY_LIB=`readlink -f \$HYPHY_PATH/../lib/hyphy` &&
20 cat tool_params | HYPHYMP LIBPATH=\$HYPHY_LIB ]]></token>
21 </macros>