changeset 5:39e772aa6e93 draft

Uploaded
author bornea
date Tue, 23 Aug 2016 19:06:34 -0400
parents f4f75ab3e096
children de7e3647dea7
files Protein_report_processing.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Protein_report_processing.py	Tue Aug 23 18:57:40 2016 -0400
+++ b/Protein_report_processing.py	Tue Aug 23 19:06:34 2016 -0400
@@ -12,8 +12,8 @@
 db = sys.argv[4] # fasta database used in SearchGUI and PeptideShaker
 prey = sys.argv[5]
 tool_path = sys.argv[7]
-if fasta_db == "None":
-    fasta_db = str(tool_path)  + "/SwissProt_HUMAN_2015_12.fasta"
+if db == "None":
+    db = str(tool_path)  + "/SwissProt_HUMAN_2015_12.fasta"
 make_bait = sys.argv[6]
 bait_bool = sys.argv[8]