]> git.donarmstrong.com Git - mothur.git/blobdiff - libshuffcommand.h
added count.seqs command and made some modifcations to the uchime code to allow it...
[mothur.git] / libshuffcommand.h
index 97fcd1cce71290949fde06e96086ab0cc48db70b..96e68f39b7caee9f369a2068ac6e7519cadfef45 100644 (file)
@@ -27,6 +27,7 @@ public:
        string getCommandName()                 { return "libshuff";                            }
        string getCommandCategory()             { return "Hypothesis Testing";          }
        string getHelpString(); 
+       string getCitation() { return "Singleton DR, Furlong MA, Rathbun SL, Whitman WB (2001). Quantitative comparisons of 16S rRNA gene sequence libraries from environmental samples. Appl Environ Microbiol 67: 4374-6. \nSchloss PD, Larget BR, Handelsman J (2004). Integration of microbial ecology and statistics: a test to compare gene libraries. Appl Environ Microbiol 70: 5485-92. \nhttp://www.mothur.org/wiki/Libshuff"; }
        
        int execute();
        void help() { m->mothurOut(getHelpString()); }