Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 575 Bytes

File metadata and controls

28 lines (21 loc) · 575 Bytes

Implementation of a protein complex analysis and interface design pipeline

  • Main code for analysis and design: interface.ipynb
  • Slides can be found in Presentaion.pdf

Requierements

You need to have a pyrosetta wheel file available.
https://graylab.jhu.edu/download/PyRosetta4/archive/release/

Setup

Install dependencies using uv.

  1. Install uv
# Install uv
curl -LsSf https://astral.sh/uv/install.sh | sh
  1. Edit the pyrosetta wheel path in pyproject.toml
  2. Install dependencies
# Setup venv
uv sync

Overview