iapetus
: An open source toolkit for predicting bacterial porin permeation
- If you don't already have Anaconda or Miniconda installed, install it from here.
- Next, install the release version of
iapetus
from theomnia
Anaconda Cloud channel (check out our detailed installation section):
conda install -c conda-forge -c omnia iapetus
- If you don't already have Anaconda or Miniconda installed, install it from here.
- Uninstall
iapetus
if you already have it installed
pip uninstall --yes iapetus
- Check out the github repository
git clone https://github.com/choderalab/iapetus.git
- Enter the
iapetus
directory
cd iapetus
- Install
conda-build
and build/install the dev version and dependencies
conda install --yes conda-build
conda build devtools/conda-recipe
conda install --use-local iapetus
See iapetus-examples
for example input files.
Copyright (c) 2018, Chodera lab // MSKCC
Project based on the Computational Chemistry Python Cookiecutter