Skip to content

Commit

Permalink
check plotting density plots for a signal-to-read alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
hiruna72 committed Nov 17, 2024
1 parent dc4c987 commit 6b7a401
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/calculate_offsets.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ def calculate_offsets(args, sig_move_offset, output_pdf, s5):
fasta_seq = fasta_seq.replace('N', 'T')
elif 'U' in fasta_seq:
fasta_seq = fasta_seq.replace('U', 'T')
if not ('T' in fasta_seq and 'A' in fasta_seq and 'C' in fasta_seq and 'G' in fasta_seq):
continue
if args.rna:
fasta_seq = fasta_seq[::-1]

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
783a96b9-221b-46e3-a602-acba85d9f9c2
81e012b2-c897-4821-976b-47aafabd054d
4e1ffff1-46a9-437c-ada0-f4840e5c66c0
1aa08fb6-8ca1-418e-86c4-c225b12fb19d
ce0cfbdb-0175-48ec-8d1a-c799e7dfc4c1
b5be7cec-222a-4948-87b0-8171d6a41a7e
fd0074eb-780f-46c5-a8b1-1bfa254c55bc
cec6a34b-270e-4d3e-8632-81ec7d53f95a
9d12ebf3-59d2-415d-8e16-f4ae7fe2efc6
e7291b90-d8cc-4305-bab8-2e2696831423
Binary file not shown.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 6b7a401

Please sign in to comment.