Skip to content

wells-wood-research/pdb-compare

Repository files navigation

pdb-compare

0. Getting started

  1. Create a conda environment with Python 3.7 and activate it
conda create --name pdbcompare python=3.7
conda activate pdbcompare
  1. Install poetry (python package manager)
conda install poetry 
  1. Install pymol
conda install -c schrodinger -c conda-forge pymol-bundle
  1. Install the benchmark
git clone https://github.com/wells-wood-research/sequence-recovery-benchmark.git
cd sequence-recovery-benchmark
git checkout command-line-tools
poetry run pip install -r requirements.txt
poetry run pip install .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published