PyProt is a Python package for working with protein structure files. It comes with a collection of ready-to-use scripts for the most common file operations and protein analyses.
[download pyprot.zip] [link to pyprot on GitHub]
## ReadMe Contents
PyProt provides ready-to-use command line scripts that are using the underlying pyprot
objects to work with PDB and MOL2 files.
The scripts are located in the subdirectory ./scripts
and can be used after pyprot
was successfully installed.
-
Working with PDB files
-
Working with MOL2 files
Please find the API documentation at http://rasbt.github.io/pyprot/.
In progress ...
PyProt was build and tested in Python 3.
The pyprot
package can be installed via
pip install pyprot
Alternatively, you can download pyprot
directly from GitHub (pyprot-master.zip), unzip the archive, and install it via
python setup.py install
After successful installation, the pyprot
API is ready to use.
If you are also interested in using the available scripts and tools you have two options:
a) If you downloaded pyprot
from GitHub, you can use the scripts from the pyprot/scripts/
subdirectory.
b) If you installed pyprot
via pip, you can download the the scripts bundle separately (pyprot-scripts.zip).
For more details, please see the separate Installation Documentation.