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 rhapsody
import os, sys
sys.path.insert(0, os.path.realpath( 'path/to/local/prody/package' ))