changeset 9:6ff557cd705f draft

Uploaded
author bornea
date Thu, 19 Nov 2015 11:23:16 -0500
parents 3b84bc0afe6b
children 00fbbb20ffbe
files ProteinInteractions_v2.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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):