Skip to content

Commit

Permalink
drop old debug
Browse files Browse the repository at this point in the history
  • Loading branch information
semenko committed Jan 19, 2024
1 parent 512dfb4 commit 7cd4f04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bam2tensor/embedding.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ def __init__(
print(f"\t\tTotal CpG sites: {self.total_cpg_sites:,}")

# Create a dictionary of chromosome -> CpG site -> index (embedding) for efficient lookup
print(self.cpg_sites_dict.keys())
self.chr_to_cpg_to_embedding_dict = {
ch: {cpg: idx for idx, cpg in enumerate(self.cpg_sites_dict[ch])}
for ch in self.expected_chromosomes
Expand Down

0 comments on commit 7cd4f04

Please sign in to comment.