Mercurial > repos > rdvelazquez > hyphy_fubar
comparison macros.xml @ 5:203597c4875e 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 14:55:19 -0500 |
parents | fa2236bc5ab2 |
children | c21335f5d583 |
comparison
equal
deleted
inserted
replaced
4:02ba486058f2 | 5:203597c4875e |
---|---|
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.14</token> | 9 <token name="@VERSION@">2.3.12</token> |
10 <xml name="requirements"> | 10 <xml name="requirements"> |
11 <requirements> | 11 <requirements> |
12 <requirement type="package" version="@VERSION@"> | 12 <requirement type="package" version="@VERSION@">hyphy</requirement> |
13 hyphy</requirement> | 13 <yield /> |
14 <yield/> | 14 </requirements> |
15 </requirements> | 15 </xml> |
16 </xml> | 16 <token name="@HYPHY_INVOCATION@"><![CDATA[export HYPHY=`which HYPHYMP` && |
17 <token name="@HYPHY_INVOCATION@"><![CDATA[export HYPHY=`which HYPHYMP` && | |
18 export HYPHY_PATH=`dirname \$HYPHY` && | 17 export HYPHY_PATH=`dirname \$HYPHY` && |
19 export HYPHY_LIB=`readlink -f \$HYPHY_PATH/../lib/hyphy` && | 18 export HYPHY_LIB=`readlink -f \$HYPHY_PATH/../lib/hyphy` && |
20 cat tool_params | HYPHYMP LIBPATH=\$HYPHY_LIB ]]></token> | 19 cat tool_params | HYPHYMP LIBPATH=\$HYPHY_LIB ]]> |
20 </token> | |
21 </macros> | 21 </macros> |