bioforensics / pytaxonkit

Python bindings for the TaxonKit library
Other
31 stars 2 forks source link

Adding support for new "taxonkit lca" command #5

Closed standage closed 3 years ago

standage commented 3 years ago

Pursuant to #3, this branch adds support for the new taxonkit lca command. Input to the command can be a list of taxids (ints or strings), or to support multiple queries at once, a list of taxid lists (with multi=True). The -s and -i flags aren't supported since they are less relevant in a Python API.