]> git.donarmstrong.com Git - mothur.git/blobdiff - catchallcommand.h
added forward and reverse barcodes to trim.seqs to process illumina seqs
[mothur.git] / catchallcommand.h
index 583191db8d547996bef24378fb2dfd50b7ac0a13..238dfb608bb412a311f184d8df2f5dd4d4db9ab9 100644 (file)
@@ -30,8 +30,10 @@ public:
        
        vector<string> setParameters();
        string getCommandName()                 { return "catchall";                    }
-       string getCommandCategory()             { return "Hypothesis Testing";  }
+       string getCommandCategory()             { return "OTU-Based Approaches";        }
        string getHelpString(); 
+       string getCitation() { return "Bunge, J. (2011). Estimating the number of species with CatchAll. Forthcoming in Proceedings of the Pacific Symposium on Biocomputing 2011.\nhttp://www.northeastern.edu/catchall/index.html http://www.mothur.org/wiki/Catchall"; }
+       string getDescription()         { return "estimate number of species"; }
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }