X-Git-Url: https://git.donarmstrong.com/?p=rsem.git;a=blobdiff_plain;f=SingleReadQ.h;h=9fd3dd18156b74674e5f19a43a50e937403181df;hp=8e7d898bdf8c0810c26f17a0403f0e2603463d4e;hb=7cd7abcad92a44bbd5d8d1b2bb3a871cd479c0bf;hpb=227db580833c14aa755c84ccb5401ce8c298e225 diff --git a/SingleReadQ.h b/SingleReadQ.h index 8e7d898..9fd3dd1 100644 --- a/SingleReadQ.h +++ b/SingleReadQ.h @@ -72,7 +72,6 @@ void SingleReadQ::calc_lq(bool hasPolyA, int seedLen) { int numA = 0, numT = 0, numAO = 0, numTO = 0; // numAO : number of A in overlap seed region int threshold_1, threshold_2; - threshold_1 = int(0.9 * len - 1.5 * sqrt(len * 1.0) + 0.5); threshold_2 = (OLEN - 1) / 2 + 1; for (int i = 0; i < len; i++) {