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.
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 (withmulti=True
). The-s
and-i
flags aren't supported since they are less relevant in a Python API.