Skip to content

Bacteria living tree

Latest
Compare
Choose a tag to compare
@AdeBC AdeBC released this 27 Mar 09:42
· 8 commits to master since this release
  • 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)