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 b96851b commit 0a177bfCopy full SHA for 0a177bf
phred_per_read.py
@@ -39,7 +39,7 @@ def phred_to_number(fastqfile):
39
try:
40
score_one.append(phred[i])
41
except KeyError as e:
42
- logging.warnings("score char not in sanger 0-45 range", e)
+ logging.warn("score char not in sanger 0-45 range", e)
43
44
score_one_mean=mean(score_one)
45
# Note the last word in qyalityscore is "\n"
0 commit comments