Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
further work on QC
  • Loading branch information
proost committed Apr 25, 2016
1 parent 3228d41 commit e34810a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/matrix.py
Expand Up @@ -74,7 +74,7 @@ def normalize_matrix_counts(data, conditions):
if read_counts[condition] != 0:
gene_normalized_data[condition] = (int(data[gene_id][condition]) * 1000000)/read_counts[condition]
else:
print('Condition without reads', condition)
# print('Condition without reads', condition)
gene_normalized_data[condition] = 0

normalized_data[gene_id] = gene_normalized_data
Expand Down

0 comments on commit e34810a

Please sign in to comment.