We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 367690c + 9ec5af7 commit 059a66eCopy full SHA for 059a66e
src/dnaio/_core.pyx
@@ -843,7 +843,7 @@ cdef class BamIter:
843
def record_names_match(header1: str, header2: str):
844
"""
845
Check whether the sequence record ids id1 and id2 are compatible, ignoring a
846
- 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
847
paired-end reads that have IDs ending in '/1' and '/2'. Also, the
848
fastq-dump tool (used for converting SRA files to FASTQ) appends '.1', '.2'
849
and sometimes '.3' to paired-end reads if option -I is used.
0 commit comments