]> git.donarmstrong.com Git - mothur.git/blobdiff - mgclustercommand.h
added forward and reverse barcodes to trim.seqs to process illumina seqs
[mothur.git] / mgclustercommand.h
index c23534f9dfd375cb34cc8c85963d17e8dbfee23d..df0c526f2071636e87b0c2a403d2410324a8b89d 100644 (file)
@@ -32,7 +32,9 @@ public:
        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"; }
+       string getDescription()         { return "cluster your sequences into OTUs using a blast file"; }
+
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }