We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0828f14 commit 7c9ecd8Copy full SHA for 7c9ecd8
bin/check_reads.py
@@ -26,7 +26,6 @@ def check_fastq(read_file):
26
trimmed_name = trim_read_id(name)
27
28
if name in seen_names:
29
- assert trimmed_name not in differences
30
differences[trimmed_name] = position - positions[trimmed_name]
31
elif trimmed_name in seen_trimmed:
32
0 commit comments