Mercurial > repos > bornea > query_crapome
diff CRAPomeQuery.py @ 13:eb51efc01e35 draft
Uploaded
author | bornea |
---|---|
date | Mon, 25 Apr 2016 11:30:53 -0400 |
parents | 577611df296d |
children | b451afff1aad |
line wrap: on
line diff
--- a/CRAPomeQuery.py Mon Apr 25 11:22:51 2016 -0400 +++ b/CRAPomeQuery.py Mon Apr 25 11:30:53 2016 -0400 @@ -134,7 +134,8 @@ temp.append(i[0]) # append gene name ave = [] total = len(i[3:]) # calculate total experiments - for j in i[3:]: + for j in i[3:]: + print j if j != '0': ave.append(int(j)) # calculate Ave.SC on only experiments with ID cnt+=1