]> git.donarmstrong.com Git - mothur.git/blobdiff - catchallcommand.h
fixed indicator command bug
[mothur.git] / catchallcommand.h
index 186185d5ea68b08b969b6a99ef090ff75d5af72a..8795cd7512284c32b96100d814e2febfecec9504 100644 (file)
@@ -41,13 +41,14 @@ private:
        ReadOTUFile* read;
        InputData* input;
        
-       string outputDir, sabundfile, rabundfile, listfile, format;
+       string outputDir, sabundfile, rabundfile, listfile, format, path;
        bool abort, allLines;
        set<string> labels;
        vector<string> outputNames;
        map< string, vector<string> > outputTypes;
        
        string process(SAbundVector*);
+       string createSummaryFile(string, string); 
 };
 
 /****************************************************************************/