Mercurial > repos > bornea > query_crapome
changeset 3:d1a26feef9de draft
Uploaded
| author | bornea | 
|---|---|
| date | Mon, 18 Apr 2016 12:18:24 -0400 | 
| parents | 1c9b793eb6c4 | 
| children | 5217ac9e3034 | 
| files | CRAPomeQuery.py | 
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] | 
line wrap: on
 line diff
--- a/CRAPomeQuery.py Mon Apr 18 12:17:23 2016 -0400 +++ b/CRAPomeQuery.py Mon Apr 18 12:18:24 2016 -0400 @@ -33,9 +33,9 @@ ################################################################################ ## Global Variables ## if species == "HUMAN": - database = "Human_CRAPome_v1-1.txt" + database = str(db_path) + "Human_CRAPome_v1-1.txt" if species == "YEAST": - database = "Yeast_CRAPome_v1-1.txt" + database = str(db_path) + "Yeast_CRAPome_v1-1.txt" ################################################################################ ## CRAPomeQuery ## class ReturnValue1(object):
