Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 1.28 KB

README.md

File metadata and controls

13 lines (7 loc) · 1.28 KB

Don't use this!

The premise of this repositoriy has been superseded by an extension of anvi'o, and this repo still exists only for archival purposes / reproducibility. Please visit https://merenlab.org/software/anvio-structure/ if you want to map SAAVs onto structures, and do much more as well.

Requirements

  1. PyMOL

  2. Python 2

    • All python programs with the line import pymol are written for Python 2. This is because it makes use of the program PyMOL (https://pymol.org/) for molecular visualization which is only developed for Python 2. If you want to go down the rabbit hole, you should be able to run the open source PyMOL version on Python 3 (https://sourceforge.net/projects/pymol/), but any of the programs with import pymol will need to be converted. Also, unfortunately some features we utilize are not available in the open source code :(