HynDuf / mpboot

MPBoot: Fast phylogenetic maximum parsimony tree inference and bootstrap approximation

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

MPBoot: Fast phylogenetic maximum parsimony tree inference and bootstrap approximation

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

License:GNU General Public License v2.0


Languages

Language:C++ 64.0%Language:C 31.1%Language:Assembly 1.4%Language:Ada 0.9%Language:Pascal 0.7%Language:C# 0.6%Language:HTML 0.3%Language:CMake 0.3%Language:Makefile 0.3%Language:DIGITAL Command Language 0.3%Language:CLIPS 0.1%Language:M4 0.0%Language:Roff 0.0%Language:Perl 0.0%Language:SAS 0.0%Language:Module Management System 0.0%Language:Batchfile 0.0%