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