- Create a conda environment with Python 3.7 and activate it
conda create --name pdbcompare python=3.7
conda activate pdbcompare
- Install poetry (python package manager)
conda install poetry
- Install pymol
conda install -c schrodinger -c conda-forge pymol-bundle
- 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 .