Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 681 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 681 Bytes

This program calculates the distribution of the requested distance between any two atoms across all SARS-CoV-2 spike structures available in the Protein Data Bank. If you want to use it locally, you can pull the last commit from the github using the following command:

git clone [email protected]:stepdasha/spike.git --depth 1

Create the environment called 'structure' from the file environment.yml file with the following command:

conda env create --file conda_environment.yml

Activate the environment with the following command:

conda activate structure

Once the environment is activated you can run this program with the follwong streamlit command:

streamlit run app.py