# HG changeset patch # User bornea # Date 1461597771 14400 # Node ID 577611df296d3cce36a25acc5f50350712fea32c # Parent 659644782ecd06881b218127193478e1740542f5 Uploaded diff -r 659644782ecd -r 577611df296d CRAPomeQuery.py --- 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