Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracking issue for phylogeny reconstruction algorithms #467

Open
RagnarGrootKoerkamp opened this issue Nov 25, 2021 · 0 comments
Open

Tracking issue for phylogeny reconstruction algorithms #467

RagnarGrootKoerkamp opened this issue Nov 25, 2021 · 0 comments

Comments

@RagnarGrootKoerkamp
Copy link
Contributor

I'm working on an implementation for the UPGMA and Neighbour Joining algorithms.

The plan is the following:

  • Update Tree type in rust-bio-types to be directed or undirected (NJ gives undirected output)
  • Add a DistanceMatrix type to rust-bio-types
  • Add parsers/fileIO methods for both Tree and DistanceMatrix, mapping to .phylip files (both strict and non-strict) and newick
  • Implement the UPGMA and Neighbour Joining algorithms in rust-bio.

For the parsing of the files, I'm planning to use nom, but I could also hand-write a parser.

Comments are welcome ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant