ms609 / Quartet

R package to calculate the similarity of two trees based on the number of shared four-taxon subtrees (or splits)

Home Page:https://ms609.github.io/Quartet/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve performance by passing trees directly to C

ms609 opened this issue · comments

At present, trees are passed to tqDist by saving them to a text file, then reading them in C using a nexus parser.

It would be significantly more efficient to pass the trees directly to C as objects in the appropriate format.