]> git.donarmstrong.com Git - mothur.git/blobdiff - chimerauchimecommand.h
added command descriptions
[mothur.git] / chimerauchimecommand.h
index a7d5ad60435f753d088b441aa5b509bce1999808..7af965b8c086a5a5b036d856d91d90350ca54cfe 100644 (file)
@@ -27,7 +27,7 @@ public:
        string getCommandCategory()             { return "Sequence Processing"; }
        string getHelpString(); 
        string getCitation() { return "uchime by Robert C. Edgar\nhttp://drive5.com/uchime\nThis code is donated to the public domain.\nhttp://www.mothur.org/wiki/Chimera.uchime"; }
-       
+       string getDescription()         { return "detect chimeric sequences"; }
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }