]> git.donarmstrong.com Git - mothur.git/blobdiff - getotuscommand.h
added forward and reverse barcodes to trim.seqs to process illumina seqs
[mothur.git] / getotuscommand.h
index 34562fe7cf8f426048e5f1e71d568039bef1a117..1a784935c476c22c798f8dfda33008606cc43439 100644 (file)
@@ -28,6 +28,9 @@ public:
        string getCommandName()                 { return "get.otus";                            }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
        string getHelpString(); 
+       string getCitation() { return "http://www.mothur.org/wiki/Get.otus"; }
+       string getDescription()         { return "outputs a new list file containing the otus containing sequences from the groups specified"; }
+
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }