.. image:: https://img.shields.io/travis/prody/rhapsody.svg :target: http://travis-ci.org/#!/prody/rhapsody
.. image:: https://img.shields.io/pypi/v/prody-rhapsody.svg :target: https://pypi.org/project/prody-rhapsody/
.. image:: https://img.shields.io/github/commit-activity/m/prody/prody-rhapsody.svg :target: https://github.com/prody/rhapsody/commits/master
.. image:: https://img.shields.io/pypi/dm/prody-rhapsody.svg :target: http://http://rhapsody.csb.pitt.edu/
Python program, based on ProDy, for pathogenicity prediction of human missense variants.
Rhapsody is published on PyPI. To install Rhapsody, please use pip in the terminal:
$ pip install -U prody-rhapsody
Rhapsody is written in pure Python so no local compilation is needed. To install from the source, you can download or clone Rhapsody to your prefered location (e.g. path/to/rhapsody/
), and then add that location to PYTHONPATH
environmental variable. For example, on Linux you can add the following line to your ~/.bashrc
:
EXPORT PYTHONPATH="path/to/rhapsody/:$PYTHONPATH"
If you are running on Windows, please follow this tutorial:
How to add to the PYTHONPATH in Windows, so it finds my modules/packages? - stackoverflow