]> git.donarmstrong.com Git - mothur.git/blobdiff - pintail.h
checking in chimera files in progress after move to michigan
[mothur.git] / pintail.h
index ddfba85efdf4d3d424443ed1fba1ecee6ae101eb..37efd00b86793f064770784035d5e7dbfb78ee15 100644 (file)
--- a/pintail.h
+++ b/pintail.h
@@ -35,17 +35,10 @@ class Pintail : public Chimera {
                
        private:
        
-               struct linePair {
-                       int start;
-                       int end;
-                       linePair(int i, int j) : start(i), end(j) {}
-                       linePair(){}
-               };
-
                Dist* distcalculator;
                DeCalculator* decalc;
                int iters;
-               string fastafile, templateFile, consfile, quanfile;
+               string fastafile, templateFile, consfile;
                
                
                vector<linePair*> lines;
@@ -77,7 +70,6 @@ class Pintail : public Chimera {
                
                
                vector<float> readFreq();
-               vector< vector<float> > readQuantiles();
                vector<Sequence*> findPairs(int, int);
                        
                void createProcessesSpots();