We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 655f9b8 commit 163eea6Copy full SHA for 163eea6
pipeutils.py
@@ -44,8 +44,8 @@ def Ambiguifier(bases):
44
45
def ASCII_to_num(qual):
46
"""Translate a fastq qual value from ASCII to decimal and return it."""
47
- values = "!\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^\
48
-_`abcdefghijklmnopqrstuvwxyz{|}~"
+ values = "!\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^\
+ _`abcdefghijklmnopqrstuvwxyz{|}~"
49
num_qual = values.index(qual)
50
51
return num_qual
0 commit comments