Skip to content

Releases: AdeBC/living-tree-toolkit

Bacteria living tree

27 Mar 09:42
Compare
Choose a tag to compare
  • We release all living trees as pkl files.
  • Restore it using the Python pickle module.
  • Just use the following command directly
import pickle
with open('your-pickle-file.pkl', 'rb') as f: tree = pickle.load(f)