You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As detailed in #14, the "clade" rank is problematic for taxopy because multiple taxa in a lineage can be assigned to this rank. This affects rank_name_dictionary, rank_taxid_dictionary, and __repr__.
In the example above, "Bilateria" doesn't appear in the name and taxid dictionaries nor in its __repr__. This is because "Bilateria" is the third taxon assigned to the "clade" rank in its lineage:
As detailed in #14, the "clade" rank is problematic for
taxopy
because multiple taxa in a lineage can be assigned to this rank. This affectsrank_name_dictionary
,rank_taxid_dictionary
, and__repr__
.In the example above, "Bilateria" doesn't appear in the name and taxid dictionaries nor in its
__repr__
. This is because "Bilateria" is the third taxon assigned to the "clade" rank in its lineage:The text was updated successfully, but these errors were encountered: