Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 646 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 646 Bytes

ppidesign: A pipeline tool to design protein-protein interfaces

  • Author: David Bickel
  • Date: 10/30/2023

Installation

  1. Install miniconda or anaconda on your local machine

  2. Create virtual evironment and activate

conda create -n ppidesign python=3.10
conda activate ppidesign
  1. Install AmberTools trough conda
conda install -c conda-forge ambertools=23
  1. Download, build, and install this repository
git clone https://github.com/aethertier/ppidesign.git
cd ppidesign
make build
make install

Usage

For the usage of the package, consult the examples notebook here.