- New `ranks` option that returns a dictionary when querying the lineage:
python
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)