]> git.donarmstrong.com Git - mothur.git/blobdiff - summarytaxcommand.h
added modify names parameter to set.dir
[mothur.git] / summarytaxcommand.h
index acef7ee7ce74ff0e2863cfaa2451b26e04d73208..5f61d13849fbfb332c8927445825bc5447b4ce8f 100644 (file)
@@ -11,6 +11,7 @@
  */
 
 #include "command.hpp"
+#include "counttable.h"
 
 /**************************************************************************************************/
 
@@ -23,7 +24,9 @@ class SummaryTaxCommand : public Command {
                vector<string> setParameters();
                string getCommandName()                 { return "summary.tax";                 }
                string getCommandCategory()             { return "Phylotype Analysis";          }
-               string getHelpString(); 
+               
+       string getHelpString(); 
+    string getOutputPattern(string);   
                string getCitation() { return "http://www.mothur.org/wiki/Summary.tax"; }
                string getDescription()         { return "summarize the taxonomies of a set of sequences"; }
                
@@ -32,9 +35,12 @@ class SummaryTaxCommand : public Command {
                
        private:
                bool abort;
-               string taxfile, outputDir, namefile, groupfile, refTaxonomy;
+               string taxfile, outputDir, namefile, groupfile, refTaxonomy, countfile;
                vector<string> outputNames;
                map<string, int> nameMap;
 };
 
+/**************************************************************************************************/
+
+
 #endif