Prospr: The Protein Structure Prediction Toolbox#

Release v1.2.1.

Welcome to Prospr’s documentation! Prospr is a Python toolbox for protein structure prediction, build on a C++ core. The Python package can be used when quick development is of key, and when Prospr’s datasets and visualization module are of interest. The C++ core is available as a standalone for all high-performance computing applications. Ideally, the C++ core is used for time efficient data gathering, while the Python package is used for managing experiments. However, the Python package wraps all the C++ core’s functionality, hence one can solely rely on using the Python package.

See the Installation and Quickstart pages for an easy introduction to the basics of Prospr. There is also the API Reference where all functionality of Prospr is explained in-depth per module. It is recommended to first take a look at the Quickstart before consulting the API Reference.

The source code of Prospr is publicly available on GitHub. All code is licenced under the LGPL V3 license.