Usage Guide
Running the Web App
Activate your virtual environment (if not already active):
source .venv/bin/activate
Start the Flask server:
python app.py
Open your browser to:
http://localhost:5000
Enter a 4‑character PDB ID and click Analyze.
Analyzing Single‐Point Mutations
On the results page, select a chain and residue number.
Enter the original and mutated one‐letter amino acids.
Click Analyse Mutation.
View RMSD, center‐of‐mass shift, and see the mutated residue highlighted.
Comparing Two Proteins
On the home page, provide two PDB IDs. The app will compute and display the RMSD between them.