]> git.donarmstrong.com Git - mothur.git/blobdiff - unifracweightedcommand.h
added shhh.seqs command
[mothur.git] / unifracweightedcommand.h
index fa87d8fa2a705287045489f9cdfef7f3bf51901c..5bb690a854ed5c13f62a18fedc51cd39eee93f3a 100644 (file)
@@ -61,7 +61,7 @@ class UnifracWeightedCommand : public Command {
                map<float, float>  validScores;  //map contains scores from random
                
                bool abort, phylip, random;
-               string groups, itersString;
+               string groups, itersString, outputForm;
                vector<string> Groups, outputNames; //holds groups to be used
                map<string, vector<string> > outputTypes;
                int processors;
@@ -75,8 +75,8 @@ class UnifracWeightedCommand : public Command {
                //void removeValidScoresDuplicates();
                int findIndex(float, int);
                void calculateFreqsCumuls();
-               int createProcesses(Tree*,  vector< vector<string> >, vector<double>&, vector< vector<double> >&);
-               int driver(Tree*, vector< vector<string> >, int, int, vector<double>&, vector< vector<double> >&);
+               int createProcesses(Tree*,  vector< vector<string> >,  vector< vector<double> >&);
+               int driver(Tree*, vector< vector<string> >, int, int,  vector< vector<double> >&);
                
 };