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