]> git.donarmstrong.com Git - mothur.git/blobdiff - mgclustercommand.h
added parameter to chimera.uchime
[mothur.git] / mgclustercommand.h
index a51fec5b298991b976095c52b7944c2fbab84cb8..6ad1855ad007a36907e0c63d89b8d3d249ee2939 100644 (file)
@@ -29,9 +29,10 @@ public:
        ~MGClusterCommand(){}
        
        vector<string> setParameters();
-       string getCommandName()                 { return "mgcluster";                           }
-       string getCommandCategory()             { return "OTU-Based Approaches";        }
+       string getCommandName()                 { return "mgcluster";   }
+       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"; }
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }