changeset 12:577611df296d draft

Uploaded
author bornea
date Mon, 25 Apr 2016 11:22:51 -0400
parents 659644782ecd
children eb51efc01e35
files CRAPomeQuery.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CRAPomeQuery.py	Tue Apr 19 11:19:32 2016 -0400
+++ b/CRAPomeQuery.py	Mon Apr 25 11:22:51 2016 -0400
@@ -123,7 +123,7 @@
                         filt.append(j)
                         flag +=1
         if flag == 0: # if protein is not present in CRAPome database then add it
-            filt.append(["\t", "\t", i[0], "Invalid identifier / gene not available"])
+            filt.append(["\t", "\t", i[0], "Invalid identifier / gene not available","\t","\t","\t"])
     total = 0 # Experiment counter
     query = []
     for i in filt: # Create CRAPome file as list