]> git.donarmstrong.com Git - mothur.git/blobdiff - getoturepcommand.h
added paralellization for windows to dist.seqs and summary.seqs
[mothur.git] / getoturepcommand.h
index d8f8f0905ba3c3e8c09dfb8ec83ec34f817db89e..07cccde36aaae2e7c0f8f3687901caaa02557974 100644 (file)
@@ -44,6 +44,9 @@ public:
        string getCommandName()                 { return "get.oturep";                          }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
        string getHelpString(); 
+       string getCitation() { return "http://www.mothur.org/wiki/Get.oturep"; }
+       string getDescription()         { return "gets a representative sequence for each OTU"; }
+
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }