Skip to content

demarem/SNPMatrixGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SNPMatrixGenerator

Combine nexus columns with two or more nucleotides into a single nexus matrix.

For additional help:

&> ./run.py -h

To run:

&> ./run.py inputFile outputFile [either 'all' or 'sample']

all vs. sample options:

'all' option includes every column with two or more nucleotides.'sample' chooses one 'random' column from all of the columns in each matrix.

Note: this library depends on python-nexus library, install with

&> sudo pip install python-nexus

If you don't have pip installed, first call

&> sudo easy_install pip

About

Combine nexus columns with two or more nucleotides into a single nexus matrix.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages