]> git.donarmstrong.com Git - mothur.git/blobdiff - unifracunweightedcommand.h
test
[mothur.git] / unifracunweightedcommand.h
index 3c031c66c1da524e5b7f3177cfca7d0743573a7a..c98abc48d748be4dcbb8928283d808b118db29b8 100644 (file)
@@ -44,14 +44,9 @@ class UnifracUnweightedCommand : public Command {
                map<float, float>  validScores;  //map contains scores from random
                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.
-               map<float, float>::iterator it2;
-               map<float, float>::iterator it;
                
-               OptionParser* parser;
-               map<string, string> parameters;
-               map<string, string>::iterator it4;
-               bool abort;
-               string groups, itersString;
+               bool abort, phylip, random;
+               string groups, itersString, outputDir;
                vector<string> Groups; //holds groups to be used
 
                ofstream outSum, out;
@@ -59,10 +54,9 @@ class UnifracUnweightedCommand : public Command {
                
                void printUWSummaryFile(int);
                void printUnweightedFile();
+               void createPhylipFile(int);
                 
                
 };
 
-
-
-#endif
\ No newline at end of file
+#endif