X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=SingleModel.h;fp=SingleModel.h;h=f1d543fc1d5f0f5e4e992339f8575caa79924888;hb=a97cc1d4f0111f7fe523227412a2147f7a763d56;hp=532f79cd2c126c79199b1072508642394e083445;hpb=1794b68d34625b39404d5aba9e72646805b710ce;p=rsem.git diff --git a/SingleModel.h b/SingleModel.h index 532f79c..f1d543f 100644 --- a/SingleModel.h +++ b/SingleModel.h @@ -61,7 +61,6 @@ public: mw = NULL; if (isMaster) { - ori = new Orientation(params.probF); gld = new LenDist(params.minL, params.maxL); if (mean >= EPSILON) { mld = new LenDist(params.mate_minL, params.mate_maxL); @@ -69,6 +68,7 @@ public: if (!estRSPD) { rspd = new RSPD(estRSPD); } } + ori = new Orientation(params.probF); if (estRSPD) { rspd = new RSPD(estRSPD, params.B); } pro = new Profile(params.maxL); npro = new NoiseProfile();