Skip to content

Commit

Permalink
Remove debugging statements
Browse files Browse the repository at this point in the history
  • Loading branch information
memgonzales committed Dec 17, 2023
1 parent a05af5a commit 6f845e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion callbacks/summary/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ def get_liftover_summary(genomic_interval, implicated_genes):
if gene != NULL_PLACEHOLDER:
gene_to_homologs_map[row[NB_IDX]].add(gene)

print(gene_to_homologs_map)
gene_to_count = []
for gene, homologs in gene_to_homologs_map.items():
# Subtract 2 to remove OGI and Nipponbare
Expand Down

0 comments on commit 6f845e4

Please sign in to comment.