ContentMine / phylotree

A repository for ami-phylotree development
0 stars 0 forks source link

Add pruning for incomplete or malformed tips #37

Open petermr opened 9 years ago

petermr commented 9 years ago

All successful parses will results in

<genus> <species> <strain> <egid>

These are then further validated via lookup to remove cases where

<genus+species> != <binomial looked up from egid>

all tips failing these tests should be pruned from the tree used for further processing ("validTree"). (The incorrect otus can be retained but not used).