X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=summarytaxcommand.h;h=5f61d13849fbfb332c8927445825bc5447b4ce8f;hb=bd27c2b0612942815b7417c79f7ee41f669a2a34;hp=b5bdab15ab977b97b1d1a813869ff0dbe38d8deb;hpb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc;p=mothur.git diff --git a/summarytaxcommand.h b/summarytaxcommand.h index b5bdab1..5f61d13 100644 --- a/summarytaxcommand.h +++ b/summarytaxcommand.h @@ -11,6 +11,7 @@ */ #include "command.hpp" +#include "counttable.h" /**************************************************************************************************/ @@ -23,7 +24,9 @@ class SummaryTaxCommand : public Command { vector 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,7 +35,7 @@ class SummaryTaxCommand : public Command { private: bool abort; - string taxfile, outputDir, namefile, groupfile, refTaxonomy; + string taxfile, outputDir, namefile, groupfile, refTaxonomy, countfile; vector outputNames; map nameMap; };