Skip to content

Commit

Permalink
Merge pull request #144 from emollier/spell
Browse files Browse the repository at this point in the history
s/d/_core.pyx: pedantic typo caught by linting.
  • Loading branch information
marcelm authored Oct 17, 2024
2 parents 367690c + 9ec5af7 commit 059a66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dnaio/_core.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ cdef class BamIter:
def record_names_match(header1: str, header2: str):
"""
Check whether the sequence record ids id1 and id2 are compatible, ignoring a
suffix of '1', '2' or '3'. This exception allows to check some old
suffix of '1', '2' or '3'. This exception allows one to check some old
paired-end reads that have IDs ending in '/1' and '/2'. Also, the
fastq-dump tool (used for converting SRA files to FASTQ) appends '.1', '.2'
and sometimes '.3' to paired-end reads if option -I is used.
Expand Down

0 comments on commit 059a66e

Please sign in to comment.