]> git.donarmstrong.com Git - mothur.git/blobdiff - unifracunweightedcommand.h
fixed catchall "clunky" names
[mothur.git] / unifracunweightedcommand.h
index 91f005c2500b9011b9149f3b7a18996c00af5c6f..cd46b62b3462a4db2baa57865743d4bb37c198a7 100644 (file)
@@ -50,8 +50,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, phylip, random;
-               string groups, itersString, outputDir;
+               bool abort, phylip, random, includeRoot;
+               string groups, itersString, outputDir, outputForm;
                vector<string> Groups, outputNames; //holds groups to be used
                map<string, vector<string> > outputTypes;