From 9e681d3f85ccbf78b111c6157a19ed85ba3fc937 Mon Sep 17 00:00:00 2001 From: luponzo86 Date: Tue, 15 Jan 2019 17:18:21 -0500 Subject: [PATCH] README instructions for set local ProDy pckg --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3586bee..8440107 100644 --- a/README.md +++ b/README.md @@ -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' )) +```