Skip to content

Commit 7c9ecd8

Browse files
committed
don't make an assertion which breaks the script
1 parent 0828f14 commit 7c9ecd8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/check_reads.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ def check_fastq(read_file):
2626
trimmed_name = trim_read_id(name)
2727

2828
if name in seen_names:
29-
assert trimmed_name not in differences
3029
differences[trimmed_name] = position - positions[trimmed_name]
3130
elif trimmed_name in seen_trimmed:
3231
differences[trimmed_name] = position - positions[trimmed_name]

0 commit comments

Comments
 (0)