-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathREADME
More file actions
16 lines (11 loc) · 792 Bytes
/
Copy pathREADME
File metadata and controls
16 lines (11 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
This is a collection of classes and scripts that are useful for parsing and analyzing the results of rosetta simulations.
The library depends on Biopython, which can be downloaded from http://www.biopython.org
To use the graphics package, you will also need to install matplotlib from http://matplotlib.sourceforge.net
The library is divided into 3 packages:
graphics - Classes and functions for graphical output (requires matplotlib)
rosetta - Classes and functions for parsing file formats specific to rosetta
protein - Classes and functions for manipulation protein structural data (requires biopython)
to install this package type:
python setup.py install --install-scripts=/script/install/directory
To get the latest version, go to:
https://github.com/decarboxy/py_protein_utils/