]> git.donarmstrong.com Git - mothur.git/blobdiff - unifracweightedcommand.h
changed unifrac.weighted()
[mothur.git] / unifracweightedcommand.h
index 1b8b12bf789da9892a78017e7f888e0ad54ace01..9deef732bfe100e27b99fb2e30551de0256e453e 100644 (file)
@@ -34,7 +34,7 @@ class UnifracWeightedCommand : public Command {
                Tree* randT;  //random tree
                TreeMap* tmap;
                Weighted* weighted;
-               string weightedFile, sumFile, distFile;
+               string weightedFile, sumFile;
                int iters, numGroups, numComp;
                EstOutput userData;                     //weighted score info for user tree
                EstOutput randomData;           //weighted score info for random trees
@@ -47,11 +47,12 @@ class UnifracWeightedCommand : public Command {
                map<float, float>::iterator it;
                map<float, float>::iterator it2;
                
-               ofstream outSum, outDist, out;
+               ofstream outSum, out;
                
                void printWSummaryFile();
                void printWeightedFile();  
-               void saveRandomScores(); 
+               void saveRandomScores();
+               void setGroups(); 
 };