Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ekmolloy/FastRFS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

FastRFS

Fast Robinson Foulds Supertrees

To build FastRFS you will first need phylokit and phylonaut,

mkdir build cd build cmake ../src make

To run FastRFS, you must have a directory containing the Astral distribution in the folder with FastRFS. Then, run

FastRFS -i -o

To run FastRFS*, calculate an extra tree with MRL (or extra trees with whatever method), and run FastRFS -i -o -e

By default, FastRFS uses SIESTA to generate strict, greedy, and majority consensus trees of all optimal trees. If for some reason this is a problem, you can disable these with --nogreedy, --nostrict, and --nomajority options.

The other output files are .count, which contains the number of optimal trees, .score, which contains the optimal score (RF distances to input trees), and .single, which contains a single optimal tree.

About

Fast Robinson Foulds Supertrees

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 89.5%
  • Makefile 6.8%
  • HTML 1.8%
  • C 1.5%
  • Shell 0.3%
  • CMake 0.1%