matsen / pplacer

Phylogenetic placement and downstream analysis
http://matsen.fredhutch.org/pplacer/
GNU General Public License v3.0
75 stars 18 forks source link

make summary information available from convexify #171

Closed matsen closed 12 years ago

matsen commented 13 years ago

I would like the following information to be easily accessible after a convexify run:

For a given node that was uncolored, how many nodes with that taxid were uncolored? How many leaves of that taxid are there in the tree?

This issue doesn't necessarily need new OCaml; it seems like some SQL would knit this together nicely.

Future warning: we will probably want to use the results of this sort of analysis to do taxonomic renaming, probably in OCaml.

habnabit commented 12 years ago

superseded by #193