]> git.donarmstrong.com Git - mothur.git/blobdiff - mgclustercommand.h
edited createRabund function
[mothur.git] / mgclustercommand.h
index 889586ae305ac47bdb0f2d15880507aa68655dff..a727c973c5954052f577479eed1046142e2cc49a 100644 (file)
@@ -47,6 +47,7 @@ private:
        HCluster* hcluster;
        ListVector* list;
        ListVector oldList;
+//    RAbundVector rav;
        vector<seqDist> overlapMatrix;
        vector<string> outputNames;
        
@@ -55,13 +56,13 @@ private:
        double cutoff;
        float penalty;
        int precision, length, precisionLength;
-       bool abort, minWanted, hclusterWanted, merge, hard;
+       bool abort, minWanted, hclusterWanted, merge, hard, large;
        
        void printData(ListVector*);
        ListVector* mergeOPFs(map<string, int>, float);
        void sortHclusterFiles(string, string);
        vector<seqDist> getSeqs(ifstream&);
-    RAbundVector createRabund(ListVector, map<string, int>);
+//    void createRabund(map<string, int>);
 
 };