bioforensics / pytaxonkit

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

Add support for prefixes with taxonkit lineage/reformat #6

Closed standage closed 3 years ago

standage commented 3 years ago

The pytaxonkit Python bindings for TaxonKit do not permit calling taxonkit reformat directly. Instead, the user can pass some reformatting arguments to the pytaxonkit.lineage() function, which in turn calls taxonkit reformat. This branch adds support for new prefix-related arguments added in TaxonKit version 0.7.

Related to #3.