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.
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
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")