Skip to content

Commit b2144a8

Browse files
committed
Corrected a docstring.
1 parent 522f991 commit b2144a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pipeutils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ def Ambiguifier(bases):
4343

4444

4545
def ASCII_to_num(qual):
46-
"""Translate a sequence qual values from ASCII to decimal and return it."""
47-
values = "!\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^\
46+
"""Translate a fastq qual value from ASCII to decimal and return it."""
47+
values = "!\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^\
4848
_`abcdefghijklmnopqrstuvwxyz{|}~"
4949
num_qual = values.index(qual)
5050

0 commit comments

Comments
 (0)