Repository 'query_crapome'
hg clone https://toolshed.g2.bx.psu.edu/repos/bornea/query_crapome

Changeset 12:577611df296d (2016-04-25)
Previous changeset 11:659644782ecd (2016-04-19) Next changeset 13:eb51efc01e35 (2016-04-25)
Commit message:
Uploaded
modified:
CRAPomeQuery.py
b
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