]> git.donarmstrong.com Git - rsem.git/blobdiff - PairedEndModel.h
Normalized Read Fraction(nrf) are eliminated from outputs and posterior mean counts...
[rsem.git] / PairedEndModel.h
index e73c03dd779aec9574a20bcb314c3db0eb1d2975..bd046becb3fcd9cacbbc271863491800a6e67ee1 100644 (file)
@@ -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);