Git Product home page Git Product logo

imikaki / mpboot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from diepthihoang/mpboot

0.0 0.0 0.0 26.48 MB

MPBoot: Fast phylogenetic maximum parsimony tree inference and bootstrap approximation

Home Page: http://www.cibiv.at/software/mpboot/

License: GNU General Public License v2.0

C++ 62.36% Perl 0.04% C 32.50% C# 0.58% Assembly 1.47% Ada 0.93% CLIPS 0.06% Pascal 0.73% SAS 0.02% Makefile 0.30% HTML 0.31% CMake 0.31% Batchfile 0.01% DIGITAL Command Language 0.28% Module Management System 0.02% M4 0.05% Roff 0.04%

mpboot's Introduction

mpboot

MPBoot: Fast phylogenetic maximum parsimony tree inference and bootstrap approximation

COMPILING INSTRUCTION SINCE 2020

  • Clone the source code, unzip it, and rename to source
  • Create folder build outside folder source
  • Change directory to build
  • Run cmake command:

cmake ../source -DIQTREE_FLAGS=sse4 -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++

  • Replace sse4 by avx in above command if you decide to run MPBoot on AVX architecture
  • Run make
  • You will find the executable named mpboot once the make command is done.




COMPILING INSTRUCTION PRIOR TO 2020

  • Clone the source code, unzip it, and rename to source
  • Change directory to source, run following commands to update the sub-repository

       git submodule init

       git submodule update

       cd pllrepo

       git checkout subufbootmp

  • Create folder build outside folder source
  • Change directory to build
  • Run cmake command:

cmake ../source -DIQTREE_FLAGS=sse4 -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++

  • Replace sse4 by avx in above command if you decide to run MPBoot on AVX architecture
  • Run make
  • You will find the executable named mpboot once the make command is done.

mpboot's People

Contributors

bqminh avatar diepthihoang avatar heikotree avatar lamtung avatar ngfam avatar olgachern 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.