]> git.donarmstrong.com Git - mothur.git/blobdiff - unifracunweightedcommand.h
changed defaults in allign.seqs command
[mothur.git] / unifracunweightedcommand.h
index 3bd9a0db8915eb36c2e66174e8750c0fb1fab52a..e900af4f8b0cc434bf16fae2f15535779032f901 100644 (file)
@@ -14,6 +14,7 @@
 #include "unweighted.h"
 #include "treemap.h"
 #include "sharedutilities.h"
+#include "fileoutput.h"
 
 
 using namespace std;
@@ -30,10 +31,11 @@ class UnifracUnweightedCommand : public Command {
        private:
                GlobalData* globaldata;
                SharedUtil* util;
+               FileOutput* output;
                vector<Tree*> T;           //user trees
                TreeMap* tmap;
                Unweighted* unweighted;
-               string sumFile, unweightedFile, unweightedFileout, allGroups;
+               string sumFile, allGroups;
                vector<string> groupComb; // AB. AC, BC...
                int iters, numGroups, numComp, counter;
                EstOutput userData;                     //unweighted score info for user tree
@@ -49,12 +51,9 @@ class UnifracUnweightedCommand : public Command {
                ofstream outSum, out;
                ifstream inFile;
                
-               void printUWSummaryFile();
+               void printUWSummaryFile(int);
                void printUnweightedFile();
-               void initFile(string);
-               void output(vector<double>);
-               void resetFile();
+                
                
 };