Skip to content

builds a MRP (Matrix Representation with Parsimony) matrix on huge input files quickly

Notifications You must be signed in to change notification settings

smirarab/mrpmatrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mrpmatrix

This java program builds a mrpmatrix on a huge input files quickly.

It uses some tricks to use very little time and memory.

Usage: <treesfile> <output> <ouputformat> [-dna] [-randomize seed]
                <treesfile>: A file containing newick trees, one tree per line
                <Output>: The name of the output MRP Matrix file
                <outformat>: use NEXUS for nexus, PHYLIP for phylip, or FASTA for fasta fromatted otuput
                -dna: output As and Ts instead of 0 and 1
                -randomize: randomize 0-1 codings. Seed number is optional.

The randomize option is useful if you are doing an MRL analyses, but is not needed for MRP.

About

builds a MRP (Matrix Representation with Parsimony) matrix on huge input files quickly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published