]> git.donarmstrong.com Git - mothur.git/blobdiff - pintail.h
chimera.seqs pintail is working.
[mothur.git] / pintail.h
index 2e841475c79f9382fff32314a3a46577696ddfc3..181be2ca4410c32a4ab0222adbe8e5e2c138e1de 100644 (file)
--- a/pintail.h
+++ b/pintail.h
@@ -72,6 +72,7 @@ class Pintail : public Chimera {
                vector<float> DE;                                       //DE[0] is the deviaation for queryseqs[0]...
                vector<float> probabilityProfile;
                vector< vector<float> > quantiles;  //quantiles[0] is the vector of deviations with ceiling score of 1, quantiles[1] is the vector of deviations with ceiling score of 2...
+               vector< vector<quanMember> > quantilesMembers;  //quantiles[0] is the vector of deviations with ceiling score of 1, quantiles[1] is the vector of deviations with ceiling score of 2...
                vector< set<int> > h;
                
                
@@ -84,7 +85,7 @@ class Pintail : public Chimera {
                void createProcesses();
                void createProcessesQuan();
                
-               
+               vector<float> makeCompliant;  //used by decalc->getQuantiles so pintail and mallard can use same function, it contains the highest de value for each seq in the template
                
 };