Skip to content

Represents a binary matrix as an array of rooted trees.

License

Notifications You must be signed in to change notification settings

dellch/forester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FORESTER

Paper available at PeerJ: A laid-back trip through the Hennigian Forests
Concept by Evgeny Mavrodiev
Scripts by github.com/dellch

Description

FORESTER version 1.0

Trees.rb represents a conventional binary matrix as an array of the Newick trees

Seedlings.rb represents a 3TS matrix as an array of the Newick trees

Requirements

ruby (developed with ruby 2.3)

Scripts

trees.rb

github | download | old version

Usage

ruby trees.rb PATH_TO_MATRIX_FILE

Outputs

trees.rb outputs three files:

  • NO_POLY_original-filename.txt
  • WITH_POLY_original-filename.txt
  • ADDITIONAL_FILE_original-filename.txt

seedlings.rb

github | download

Usage

ruby seedlings.rb PATH_TO_MATRIX_FILE

Outputs

seedlings.rb outputs one file:

  • altered_original-filename.txt

About

Represents a binary matrix as an array of rooted trees.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages