Skip to content
Snippets Groups Projects
Commit 6438ba5a authored by Blaise Li's avatar Blaise Li
Browse files

tRFRNA naming issue.

parent 28819f1a
No related branches found
No related tags found
No related merge requests found
...@@ -439,9 +439,9 @@ def count_small(annot_infos, write_queue): ...@@ -439,9 +439,9 @@ def count_small(annot_infos, write_queue):
map(str, annotations)), file=stderr) map(str, annotations)), file=stderr)
annot = find_matching_annot(annotations, seq) annot = find_matching_annot(annotations, seq)
# exit(1) # exit(1)
write_queue.put(("tRF", fastq)) write_queue.put(("tRFRNA", fastq))
counters["tRF"][annot[4]] += 1 counters["tRF"][annot[4]] += 1
counters["tRF"]["tRF"] += 1 counters["tRF"]["tRFRNA"] += 1
else: else:
# Consider a "general" all_si # Consider a "general" all_si
write_queue.put(("all_siRNA", fastq)) write_queue.put(("all_siRNA", fastq))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment