Previous changeset 8:3b84bc0afe6b (2015-11-19) Next changeset 10:00fbbb20ffbe (2015-11-19) |
Commit message:
Uploaded |
modified:
ProteinInteractions_v2.py |
b |
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): |