Skip to content

Commit 4af7fb3

Browse files
committed
merge with main
1 parent e024c62 commit 4af7fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neat/read_simulator/utils/generate_reads.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ def generate_reads(reference: SeqRecord,
425425
if singletons.size:
426426
singletons = merge_sort(singletons)
427427

428-
# determine sam read order. It should be paired reads, then singletons, unles one or the other is missing.
428+
# determine sam read order. It should be paired reads, then singletons, unless one or the other is missing.
429429
if paired_reads.size and singletons.size:
430430
sam_read_order = np.concatenate((paired_reads, singletons))
431431
elif paired_reads.size:

0 commit comments

Comments
 (0)