Skip to content

A fast DNA distance matrix tool with innovative handling of ambiguous sites

License

Notifications You must be signed in to change notification settings

Princic-1837592/Hooty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hooty

Hooty computes the minimum and maximum K2P distance between predetermined groups in an alignment and outputs results in a matrix format. It also includes an option for the interpretation of ambiguous bases.

Usage

Hooty takes as input a FASTA file and a text file containing a partition of species. The output is a matrix with the minimum and maximum K2P distances between the groups.

cargo install hooty
hooty <alignment.fasta> <partition.txt>

Hooty can also compute the full pairwise K2P distances between all sequences in the alignment.

hooty <alignment.fasta> <partition.txt> --full-matrix <full_matrix.csv>

Documentation

You can find the complete documentation and all the available options for Hooty here.

About

A fast DNA distance matrix tool with innovative handling of ambiguous sites

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages