]> git.donarmstrong.com Git - mothur.git/blobdiff - catchallcommand.h
fixed catchall "clunky" names
[mothur.git] / catchallcommand.h
index 186185d5ea68b08b969b6a99ef090ff75d5af72a..44bde029e382a382fcc0b407da5d789a1f302cb7 100644 (file)
@@ -38,16 +38,18 @@ public:
 private:
 
        GlobalData* globaldata;
-       ReadOTUFile* read;
-       InputData* input;
        
-       string outputDir, sabundfile, rabundfile, listfile, format;
+       string outputDir, sharedfile, sabundfile, rabundfile, listfile, format, path, savedOutputDir;
        bool abort, allLines;
        set<string> labels;
        vector<string> outputNames;
        map< string, vector<string> > outputTypes;
+       vector<string> groups;
        
-       string process(SAbundVector*);
+       string process(SAbundVector*, string);
+       int createSummaryFile(string, string, ofstream&); 
+       vector<string> parseSharedFile(string);
+       string combineSummmary(vector<string>&);
 };
 
 /****************************************************************************/