Skip to content

C/C++ Interface for terraces in phylogenetic tree space

License

Notifications You must be signed in to change notification settings

terraphast/terraphast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Home

Two C/C++ libraries to check for and enumerate terraces in phylogenetic tree space. You will find the implementation and documentation of each library in their corresponding folders terraphastI (for Terraphast I) and terraphastII (for Terraphast II). You can find all the used data for result validation in the folder data.


Installation

Pre-installation requirements

You will need to install the following software packages in order to compile & run both libraries:

Download & Compilation (on unix systems)

  1. Click on the Clone or Download button of this page in order to obtain the source code.

  2. Open the terminal emulator of your choice and navigate to the subfolders terraphastI and/or terraphastII

  3. Execute the following operations:

    1. mkdir build
    2. cd build
    3. cmake -DCMAKE_BUILD_TYPE=Release ..
    4. make

    After step iv. finished without any errors you should be able to find all library files and example executables within the build folders.

Have a look at the additional documentations for Terraphast I and Terraphast II for more details.

About

C/C++ Interface for terraces in phylogenetic tree space

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published