Mercurial > repos > nml > package_mrbayes_3_2_6
changeset 0:7954c50fe0a8 draft
planemo upload commit 9d6eccd6006feba67862137cb9a1d743798f71d3-dirty
author | nml |
---|---|
date | Tue, 15 Dec 2015 14:25:58 -0500 |
parents | |
children | 424f2b598610 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 22 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue Dec 15 14:25:58 2015 -0500 @@ -0,0 +1,22 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="mrbayes" version="3.2.6"> + <install version="1.0"> + <actions> + <action type="download_by_url">http://downloads.sourceforge.net/project/mrbayes/mrbayes/3.2.6/mrbayes-3.2.6.tar.gz</action> + <action type="change_directory">src</action> + <action type="shell_command">autoconf</action> + <action type="autoconf">--with-beagle=no</action> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> + </action> + </actions> + </install> + <readme> +This installs MrBayes 3.2.6. + +See manual here http://mrbayes.sourceforge.net/mb3.2_manual.pdf +See also here http://mrbayes.sourceforge.net/manual.php + </readme> + </package> +</tool_dependency>