Tree
- class magna.gtdb.tree.GtdbTree(source, path, md5)
- The base class that all GTDB tree objects inherit. - md5: str
- The expected MD5 checksum of the file. 
 - path: str
- The path to the downloaded file. 
 - source: str
- The source URL. 
 - tree: dendropy.datamodel.treemodel.Tree
- The dendropy tree.