Skip to content

macroevolution/bamm

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
doc
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

BAMM

A program for multimodel inference on speciation and trait evolution. Please see the project's website (http://bamm-project.org) for the full documentation.

Requirements

In order to compile BAMM, you need CMake and a C++11 compiler. You also need a Unix shell (e.g., bash) to run the following commands.

Installation

In the project's root directory, create a new directory called build and go into it:

mkdir build
cd build

To compile BAMM, run the following commands:

cmake ..
make -j

The final executable will be named bamm. You may run bamm from this directory, or you may install it in a more permanent location. To do this, run the following command within the build directory:

sudo make install

You may now run bamm from any directory in your system.

About

A program for multimodel inference on speciation and trait evolution

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages