# HG changeset patch # User Steve Losh # Date 1582485350 18000 # Node ID d972dd60d07d9ee30fc84441edc4014b2145f831 # Parent 1be7d1ef13f2c56c46c3d0976839203660825915 Update diff -r 1be7d1ef13f2 -r d972dd60d07d README.markdown --- 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.