Joseph-Ellaway / Ramachandran_Plotter

Program to plot a Ramachandran plot of all dihedral angles from a given PDB file. Background is empirically generated from the peptides in the Top8000 PDB data set.
MIT License
6 stars 2 forks source link

Program should run independently of Phenix #1

Closed Joseph-Ellaway closed 3 years ago

Joseph-Ellaway commented 3 years ago

Currently, the Ramachandran plotter program requires the installation of the Phenix Suite in order to generate dihedral angles of the user's given protein. This is being changed to remove the reliance on the Phenix Suite (regardless of its power and standalone utility) to instead use the Python module Biopython. This will enable more widespread use of the plotting algorithm.

Joseph-Ellaway commented 3 years ago

The program runs independently of Phenix as of v2.0