jpredapi

Python library for submitting jobs to JPRED - A Protein Secondary Structure Prediction Server


Keywords
JPred, REST, API, bioinformatics, python, secondary-structure
License
MIT
Install
pip install jpredapi==1.5.6

Documentation

jpredapi

License information Current library version Supported Python versions Documentation status Travis CI status

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

Links

Installation

Install on Linux, Mac OS X

python3 -m pip install jpredapi

Install on Windows

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.

License

This package is distributed under the MIT license.