Mercurial > repos > nml > package_mrbayes_3_2_6
comparison tool_dependencies.xml @ 0:7954c50fe0a8 draft
planemo upload commit 9d6eccd6006feba67862137cb9a1d743798f71d3-dirty
author | nml |
---|---|
date | Tue, 15 Dec 2015 14:25:58 -0500 |
parents | |
children | 424f2b598610 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:7954c50fe0a8 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="mrbayes" version="3.2.6"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="download_by_url">http://downloads.sourceforge.net/project/mrbayes/mrbayes/3.2.6/mrbayes-3.2.6.tar.gz</action> | |
7 <action type="change_directory">src</action> | |
8 <action type="shell_command">autoconf</action> | |
9 <action type="autoconf">--with-beagle=no</action> | |
10 <action type="set_environment"> | |
11 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> | |
12 </action> | |
13 </actions> | |
14 </install> | |
15 <readme> | |
16 This installs MrBayes 3.2.6. | |
17 | |
18 See manual here http://mrbayes.sourceforge.net/mb3.2_manual.pdf | |
19 See also here http://mrbayes.sourceforge.net/manual.php | |
20 </readme> | |
21 </package> | |
22 </tool_dependency> |