Installing Python and ELASPICΒΆ

  1. Download and install the Anaconda Python Distribution (Python 3) for Linux.

  2. Add bioconda, salilab, and ostrokach channels to your ~/.condarc file:

    conda config --add channels ostrokach
    conda config --add channels salilab
    conda config --add channels bioconda
    
  3. Obtain a Modeller license, and export the license as KEY_MODELLER in your ~/.bashrc file:

    # ~/.bashrc
    export KEY_MODELLER=XXXXXXX
    
  4. Install ELASPIC and all its dependencies into a new conda environment:

    conda create -n elaspic elaspic
    
  5. Activate the new environment and use elaspic:

    source activate elaspic
    elaspic --help