d972dd60d07d

Update
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sun, 23 Feb 2020 14:15:50 -0500
parents 1be7d1ef13f2
children 2039f25256fe
branches/tags (none)
files README.markdown

Changes

--- a/README.markdown	Sun Feb 23 13:41:09 2020 -0500
+++ b/README.markdown	Sun Feb 23 14:15:50 2020 -0500
@@ -914,3 +914,10 @@
         "plant-co2" u "CO2":"Velvetleaf" w lp, \
         lr(x)  t lrt(3,0)   lt 6, \
         lr2(x) t lrt2(3, 0) lt 7
+
+Looked into why our first few bases are called at lower quality.  Found
+[this](http://seqanswers.com/forums/showthread.php?t=61936) which says that it's
+because Illumina uses the first few bases to calibrate their quality score
+analyzer, and so they mark them as being less confident to account for the
+calibration process.  Signed up for that forum (over bare-ass HTTP, sigh) to get
+the damn tech note PDF too.