X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=catchallcommand.h;fp=catchallcommand.h;h=49e0d542374eea94228ca7fa7fb2932d511989e0;hb=e99751591aa21705e58edda87383457b9738dd9e;hp=4406361a37230aced27bbaa4ca62c3f42bcd4db3;hpb=5c076cc7d3842d8050694918948e023334c9839e;p=mothur.git diff --git a/catchallcommand.h b/catchallcommand.h index 4406361..49e0d54 100644 --- a/catchallcommand.h +++ b/catchallcommand.h @@ -38,17 +38,18 @@ public: private: GlobalData* globaldata; - ReadOTUFile* read; - InputData* input; - string outputDir, sabundfile, rabundfile, listfile, format, path; + string outputDir, sharedfile, sabundfile, rabundfile, listfile, format, path; bool abort, allLines; set labels; vector outputNames; map< string, vector > outputTypes; + vector groups; - string process(SAbundVector*); + string process(SAbundVector*, string); int createSummaryFile(string, string, ofstream&); + vector parseSharedFile(string); + string combineSummmary(vector&); }; /****************************************************************************/