The jpredapi package provides a simple Python interface for submitting and retrieving jobs from JPred: A Protein Secondary Structure Prediction Server (JPred).
This is unofficial Python port of jpredapi perl script that can be found here: http://www.compbio.dundee.ac.uk/jpred4/api.shtml
- jpredapi @ GitHub
- jpredapi @ PyPI
- Documentation @ ReadTheDocs
python3 -m pip install jpredapi
py -3 -m pip install jpredapi
Note
Read the User Guide and The jpredapi Tutorial on ReadTheDocs to learn more and to see code examples on using the jpredapi as a library and as a command-line tool.
This package is distributed under the MIT license.