]> git.donarmstrong.com Git - mothur.git/blobdiff - mgclustercommand.h
added command descriptions
[mothur.git] / mgclustercommand.h
index 6ad1855ad007a36907e0c63d89b8d3d249ee2939..df0c526f2071636e87b0c2a403d2410324a8b89d 100644 (file)
@@ -33,7 +33,8 @@ public:
        string getCommandCategory()             { return "Clustering";  }
        string getHelpString(); 
        string getCitation() { return "Schloss PD, Handelsman J (2008). A statistical toolbox for metagenomics. BMC Bioinformatics 9: 34. \nhttp://www.mothur.org/wiki/Mgcluster"; }
-       
+       string getDescription()         { return "cluster your sequences into OTUs using a blast file"; }
+
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }