Skip to content

Beta Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@HadrienG HadrienG released this 21 Sep 07:52
· 37 commits to master since this release
0.9.0
db78db5
  • New ranks option that returns a dictionary when querying the lineage:
lineage = taxid.lineage_id(9986, ranks=True)
print(lineage)
{'species': 9986, 'genus': 9984, 'family': 9979, 'order': 9975, 'no rank': 131567,
 'superorder': 314146, 'class': 40674, 'subphylum': 89593, 'phylum': 7711,
 'kingdom': 33208, 'superkingdom': 2759}
  • Can now create taxonomy only database (without accession numbers)