comparison macros.xml @ 6:c21335f5d583 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'05321082a670b6d41ae9f329b2b54227eecac6ad\n'-dirty
author rdvelazquez
date Mon, 03 Dec 2018 15:00:30 -0500
parents 203597c4875e
children b19b7712ab0a
comparison
equal deleted inserted replaced
5:203597c4875e 6:c21335f5d583
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <macros> 2 <macros>
3 <xml name="citations"> 3 <xml name="citations">
4 <citations> 4 <citations>
5 <citation type="doi">10.1093/bioinformatics/bti079</citation> 5 <citation type="doi">10.1093/bioinformatics/bti079</citation>
6 <yield /> 6 <yield/>
7 </citations> 7 </citations>
8 </xml> 8 </xml>
9 <token name="@VERSION@">2.3.12</token> 9 <token name="@VERSION@">2.3.14</token>
10 <xml name="requirements"> 10 <xml name="requirements">
11 <requirements> 11 <requirements>
12 <requirement type="package" version="@VERSION@">hyphy</requirement> 12 <requirement type="package" version="@VERSION@">
13 <yield /> 13 hyphy</requirement>
14 </requirements> 14 <yield/>
15 </xml> 15 </requirements>
16 <token name="@HYPHY_INVOCATION@"><![CDATA[export HYPHY=`which HYPHYMP` && 16 </xml>
17 <token name="@HYPHY_INVOCATION@"><![CDATA[export HYPHY=`which HYPHYMP` &&
17 export HYPHY_PATH=`dirname \$HYPHY` && 18 export HYPHY_PATH=`dirname \$HYPHY` &&
18 export HYPHY_LIB=`readlink -f \$HYPHY_PATH/../lib/hyphy` && 19 export HYPHY_LIB=`readlink -f \$HYPHY_PATH/../lib/hyphy` &&
19 cat tool_params | HYPHYMP LIBPATH=\$HYPHY_LIB ]]> 20 cat tool_params | HYPHYMP LIBPATH=\$HYPHY_LIB ]]></token>
20 </token>
21 </macros> 21 </macros>