pyprot Logo

PyProt is a Python package for working with protein structure files formats. It comes with a collection of ready-to-use scripts for the most common file operations and protein analyses.

For more details, please visit PyProt on GitHub.


ReadMe Contents




Scripts and command line tools

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.

List of command line tools



Installation

The pyprot package can be installed like any other "normal" Python package via

pip install pyprot

or

python setup.py install

after downloading it from this repository. Once the pyprot package is installed, the scripts and tools from the ./scripts subdirectory are ready to use.
For more details, please see the separate "Installation Documentation")