Software pipeline for automating omics-scale protein modeling and simulation setup.
First go to the Modeller website and get a license key (registration required; free for academic non-profit institutions).
Save the key as an environment variable:
export KEY_MODELLER=XXX
Then, using conda
(installs all dependencies except the optional dependency Rosetta):
conda config --add channels omnia
conda config --add channels salilab
conda install ensembler
From source:
git clone https://github.com/choderalab/ensembler.git
cd ensembler
python setup.py install
Recommended approach is to install using conda (https://store.continuum.io/cshop/anaconda/). This will install all dependencies except for the optional dependency Rosetta, which must be installed separately by the user.