]> git.donarmstrong.com Git - mothur.git/blobdiff - phylodiversitycommand.h
bug fixes
[mothur.git] / phylodiversitycommand.h
index 8dd569bbcf567d1990465a2c17bf62ed4ad55831..a7e0d2e5d090f3e567446fe4e76d9ee3dd7d776b 100644 (file)
@@ -27,11 +27,13 @@ class PhyloDiversityCommand : public Command {
                
                float freq;
                int iters;  
-               bool abort, rarefy;
+               bool abort, rarefy, summary, collect, scale;
                string groups, outputDir;
                vector<string> Groups, outputNames; //holds groups to be used, and outputFile names
                
-               void printData(vector<int>&, vector< vector<float> >&, string);
+               void printData(set<int>&, map< string, vector<float> >&, ofstream&, int);
+               void printSumData(map< string, vector<float> >&, ofstream&, int);
+               float calcBranchLength(Tree*, int, map< string, set<int> >&);
 };
 
 #endif