]> git.donarmstrong.com Git - mothur.git/blobdiff - collectcommand.h
added command descriptions
[mothur.git] / collectcommand.h
index 9e513989fd7afea15967ae029d6c48565ba6c299..b882013942e0555be7897a3278b5ccbcb6a20c62 100644 (file)
@@ -39,6 +39,7 @@ public:
        string getCommandCategory()             { return "OTU-Based Approaches";        }
        string getCitation() { return "Schloss PD, Handelsman J (2006). Introducing SONS, A tool that compares the membership of microbial communities. Appl Environ Microbiol 72: 6773-9. \nhttp://www.mothur.org/wiki/Collect.single"; }
        string getHelpString(); 
+       string getDescription()         { return "generates collector's curves using calculators, that describe the richness, diversity, and other features of individual samples"; }
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }