X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=PairedEndQModel.h;h=5437eb4c0051974b501829aa6ad68c6f69072ac3;hb=58b9a4610246143498e712ab8b817a64204d9aa6;hp=bac7135721244a704475e73a6a010a989375d2b7;hpb=1794b68d34625b39404d5aba9e72646805b710ce;p=rsem.git diff --git a/PairedEndQModel.h b/PairedEndQModel.h index bac7135..5437eb4 100644 --- a/PairedEndQModel.h +++ b/PairedEndQModel.h @@ -61,12 +61,12 @@ public: mw = NULL; if (isMaster) { - ori = new Orientation(params.probF); if (!estRSPD) rspd = new RSPD(estRSPD); qd = new QualDist(); mld = new LenDist(params.mate_minL, params.mate_maxL); } + ori = new Orientation(params.probF); gld = new LenDist(params.minL, params.maxL); if (estRSPD) rspd = new RSPD(estRSPD, params.B); qpro = new QProfile();