etetoolkit / ete

Python package for building, comparing, annotating, manipulating and visualising trees. It provides a comprehensive API and a collection of command line tools, including utilities to work with the NCBI taxonomy tree.
http://etetoolkit.org
GNU General Public License v3.0
768 stars 216 forks source link

fix ncbi annotation using other properties #730

Closed dengzq1234 closed 8 months ago

dengzq1234 commented 8 months ago

fix ncbi annotation using other properties

and replace other getattr() to props.get()

jordibc commented 8 months ago

Thanks @dengzq1234 !