GithubHelp home page GithubHelp logo

pombredanne / libpll-2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xflouris/libpll-2

0.0 1.0 0.0 3.28 MB

Phylogenetic Likelihood Library 2 - experimental

License: GNU Affero General Public License v3.0

Makefile 0.27% Shell 0.13% M4 1.90% C 94.43% Lex 0.62% Yacc 1.66% Python 1.00%

libpll-2's Introduction

# Libpll-2

libpll-2 is the new official fork of libpll (https://github.com/xflouris/libpll/). It implements site repeats to speed up computations.

Please read the wiki for more information.

Projects that are already using libpll-2

List of projects already using libpll-2 and site repeats, and reported speedups compared with the tip pattern optimization:

  • RAxML-NG: speedup ranges between 1.2 and 1.5
  • ModelTest-NG: speedup around 2
  • EPA-ng: no speedup (likelihood computation is not the main bottleneck) but memory footprint reduced by 30%.

Compilation instructions

Currently, libpll requires that GNU Bison and Flex are installed on the target system. On a Debian-based Linux system, the two packages can be installed using the command

apt-get install flex bison

The library also requires that a GNU system is available as it uses several functions (e.g. asprintf) which are not present in the POSIX standard. This, however will change in the future in order to have a more portable and cross-platform library.

The library can be compiled using either of the following two ways.

Cloning the repo Clone the repo and bild the executable and documentation using the following commands.

git clone https://github.com/xflouris/libpll.git
cd libpll
./autogen.sh
./configure
make
make install    # as root, otherwise run: sudo make install

When using the cloned repository version, you will also need autoconf, automake and libtool installed. On a Debian-based Linux system, the packages can be installed using the command

sudo apt-get install autotools-dev autoconf libtool

The library will be installed on the operating system's standard paths. For some GNU/Linux distributions it might be necessary to add that standard path (typically /usr/local/lib) to /etc/ld.so.conf and run ldconfig.

Microsoft Windows compatibility was tested with a cross-compiler and seems to work out-of-the-box using MingW.

libpll-2 license and third party licenses

The libpll-2 code is currently licensed under the GNU Affero General Public License version 3. Please see LICENSE.txt for details.

libpll-2 includes code from several other projects. We would like to thank the authors for making their source code available.

libpll includes code from GNU Compiler Collection distributed under the GNU General Public License.

libpll-2's People

Contributors

amkozlov avatar benoitmorel avatar ddarriba avatar matsen avatar mtholder avatar pierrebarbera avatar xflouris avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.