X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=summarycommand.h;h=15b7f4066e9f17b263b30ac3d0b663d7cd414455;hb=2bb9267aa4b4ecdf8488b06605cc9f3f36fa4332;hp=5535237c98f97d32cacf3f967cb2501199a76473;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/summarycommand.h b/summarycommand.h index 5535237..15b7f40 100644 --- a/summarycommand.h +++ b/summarycommand.h @@ -26,6 +26,9 @@ public: string getCommandName() { return "summary.single"; } string getCommandCategory() { return "OTU-Based Approaches"; } string getHelpString(); + string getCitation() { return "http://www.mothur.org/wiki/Summary.single"; } + string getDescription() { return "generate summary file that has the calculator value for each line in the OTU data"; } + int execute(); void help() { m->mothurOut(getHelpString()); }