Skip to content

QuickSNP builds a NJ tree from a SNP distance matrix.

License

Notifications You must be signed in to change notification settings

k-florek/QuickSNP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuickSNP

A python script to quickly build a Neighbor Joining tree using only a SNP distance matrix.

usage: QuickSNP <dm> <outtree>

QuickSNP builds a NJ tree from a SNP distance matrix.

positional arguments:
  dm          SNP distance matrix CSV/TSV file with column headers and row names in square format.
  outtree     File name for Newick format tree.

optional arguments:
  -h, --help  show this help message and exit

Python Dependencies:

  • pandas==1.4.3
  • numpy==1.22.4
  • scikit-bio==0.5.7

About

QuickSNP builds a NJ tree from a SNP distance matrix.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages