-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
at the moment most genera are linked to families, even if families have subfamilies and tribes (no subtribe information yet, see #20).
we should be linking genera to the first available above taxon, whatever that might be.
sqlite> select p.rank, c.rank, count(*) from taxon c, taxon p
...> where c.parent_id=p.id group by p.rank, c.rank order by c.rank;
0|1|488
1|2|348
2|3|229
1|5|26926
as you see: all families point to order, all subfamilies point to family, all tribes point to subfamily, but then genera point straight into family.