X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=PairedEndModel.h;h=bd046becb3fcd9cacbbc271863491800a6e67ee1;hb=a42d21510e502fe5cdd21a5d7ad023b33d2e6b99;hp=e73c03dd779aec9574a20bcb314c3db0eb1d2975;hpb=1794b68d34625b39404d5aba9e72646805b710ce;p=rsem.git diff --git a/PairedEndModel.h b/PairedEndModel.h index e73c03d..bd046be 100644 --- a/PairedEndModel.h +++ b/PairedEndModel.h @@ -59,11 +59,11 @@ public: mw = NULL; if (isMaster) { - ori = new Orientation(params.probF); if (!estRSPD) rspd = new RSPD(estRSPD); 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); pro = new Profile(params.maxL);