All Projects → diepthihoang → mpboot

diepthihoang / mpboot

Licence: GPL-2.0 license
MPBoot: Fast phylogenetic maximum parsimony tree inference and bootstrap approximation

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
assembly
5116 projects
Ada
118 projects
pascal
1382 projects
C#
18002 projects

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].