Skip to content

A little package quickly created as a coding test for a company interview

License

Notifications You must be signed in to change notification settings

aethertier/ppidesign

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A little package quickly created as a coding test for a company interview

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published