Skip to content

Fast implementation of the Neighbour-Joining method for phylogenetic inference

License

Notifications You must be signed in to change notification settings

arklumpus/rapidNJ-library

 
 

Repository files navigation

This is a fork of somme/rapidNJ, modified to produce a static library rather than an executable.

Compilation:
Dependencies: C++

On Linux and Mac run "make" from the root directory. Tip use "make -j" to comple on multiple cores

Windows: Use Visual studio or cygwin to compile. The scripts vcvars32.sh or vcvars64.sh show an example on how to compile the binaries using cygwin  commandline and a visual studio compiler 

Installation:
Copy binaries from "./bin" to a suitable location.

Version 2.3.2:
-Fixed bug in bootstrap algorithm which caused the bootstrap values to be lower than the true value in most cases.
-Fixed bug that caused the last two branches to have the wrong distance.

For all publications and documentation see: https://birc.au.dk/software/rapidnj/

Pulication list:
https://users-birc.au.dk/~cstorm/software/rapidnj/papers/SimonsenOthers2008_WABI.pdf
https://users-birc.au.dk/~cstorm/software/rapidnj/papers/SimonsenOthers2011_CCIC.pdf
https://users-birc.au.dk/~cstorm/software/rapidnj/papers/SimonsenPedersen2011_SAC.pdf

Contact:
Martin Simonsen - somme89@gmail.com

About

Fast implementation of the Neighbour-Joining method for phylogenetic inference

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 47.8%
  • C++ 46.6%
  • Cuda 3.6%
  • Makefile 0.6%
  • Python 0.6%
  • Perl 0.4%
  • Shell 0.4%