]> git.donarmstrong.com Git - mothur.git/blobdiff - unifracunweightedcommand.h
test
[mothur.git] / unifracunweightedcommand.h
index 2fca41a8388e7d3a6f20bbe79536cae9246eb2fb..c98abc48d748be4dcbb8928283d808b118db29b8 100644 (file)
@@ -45,8 +45,8 @@ class UnifracUnweightedCommand : public Command {
                vector< map<float, float> > rscoreFreq;  //map <unweighted score, number of random trees with that score.> -vector entry for each combination.
                vector< map<float, float> > rCumul;  //map <unweighted score, cumulative percentage of number of random trees with that score or higher.> -vector entry for each combination.
                
-               bool abort;
-               string groups, itersString;
+               bool abort, phylip, random;
+               string groups, itersString, outputDir;
                vector<string> Groups; //holds groups to be used
 
                ofstream outSum, out;
@@ -54,6 +54,7 @@ class UnifracUnweightedCommand : public Command {
                
                void printUWSummaryFile(int);
                void printUnweightedFile();
+               void createPhylipFile(int);
                 
                
 };