]> git.donarmstrong.com Git - mothur.git/blobdiff - summarytaxcommand.h
fixes while testing 1.33.0
[mothur.git] / summarytaxcommand.h
index e8033e23c76837809aa7828389b9cbae13b9c639..7716ad0ca41b4dee22f993c95c8955c94e5b4852 100644 (file)
@@ -24,8 +24,9 @@ class SummaryTaxCommand : public Command {
                vector<string> setParameters();
                string getCommandName()                 { return "summary.tax";                 }
                string getCommandCategory()             { return "Phylotype Analysis";          }
-               string getOutputFileNameTag(string, string);
+               
        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"; }
                
@@ -33,7 +34,7 @@ class SummaryTaxCommand : public Command {
                void help() { m->mothurOut(getHelpString()); }  
                
        private:
-               bool abort;
+               bool abort, relabund;
                string taxfile, outputDir, namefile, groupfile, refTaxonomy, countfile;
                vector<string> outputNames;
                map<string, int> nameMap;