X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=summarytaxcommand.h;h=5f0630f66a03ba9f08a2dd4d2098808a513f0a3c;hb=01f8d2c7d982a6209211f5abbcf2a086fdf60d0a;hp=acef7ee7ce74ff0e2863cfaa2451b26e04d73208;hpb=763d07b1c215b1bdc9d5d63431f78cfecc60acf5;p=mothur.git diff --git a/summarytaxcommand.h b/summarytaxcommand.h index acef7ee..5f0630f 100644 --- a/summarytaxcommand.h +++ b/summarytaxcommand.h @@ -23,7 +23,8 @@ class SummaryTaxCommand : public Command { vector setParameters(); string getCommandName() { return "summary.tax"; } string getCommandCategory() { return "Phylotype Analysis"; } - string getHelpString(); + string getOutputFileNameTag(string, string); + string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/Summary.tax"; } string getDescription() { return "summarize the taxonomies of a set of sequences"; } @@ -37,4 +38,7 @@ class SummaryTaxCommand : public Command { map nameMap; }; +/**************************************************************************************************/ + + #endif