Searched refs:solexa_quality (Results 1 – 1 of 1) sorted by relevance
477 def phred_quality_from_solexa(solexa_quality): argument515 if solexa_quality is None:518 if solexa_quality < -5:520 "Solexa quality less than -5 passed, %r" % solexa_quality, BiopythonWarning522 return 10 * log(10 ** (solexa_quality / 10.0) + 1, 10)