# HG changeset patch # User bornea # Date 1447950196 18000 # Node ID 6ff557cd705f0d71bb7894053cec38100c5d0cd1 # Parent 3b84bc0afe6b1db76784411c99399244109e8f11 Uploaded diff -r 3b84bc0afe6b -r 6ff557cd705f ProteinInteractions_v2.py --- a/ProteinInteractions_v2.py Thu Nov 19 11:19:23 2015 -0500 +++ b/ProteinInteractions_v2.py Thu Nov 19 11:23:16 2015 -0500 @@ -25,7 +25,7 @@ Int_conf = sys.argv[3] Species = sys.argv[4] cyto_file = sys.argv[5] -db_path = sys.arv[6] +db_path = sys.argv[6] ############################################################################### class ReturnValue1(object): def __init__(self, uniprot_acc, gene, swissprot):