Skip to content

Commit

Permalink
README instructions for set local ProDy pckg
Browse files Browse the repository at this point in the history
  • Loading branch information
luponzo86 committed Jan 15, 2019
1 parent a476b24 commit 9e681d3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# rhapsody
Python program, based on Prody, for pathogenicity prediction of human missense variants

## To use a local ProDy package, use:
```
import os, sys
sys.path.insert(0, os.path.realpath( 'path/to/local/prody/package' ))
```

0 comments on commit 9e681d3

Please sign in to comment.