]> git.donarmstrong.com Git - mothur.git/commitdiff
changed citation for uchime
authorpschloss <pschloss>
Tue, 28 Jun 2011 11:48:28 +0000 (11:48 +0000)
committerpschloss <pschloss>
Tue, 28 Jun 2011 11:48:28 +0000 (11:48 +0000)
chimerauchimecommand.h

index 7af965b8c086a5a5b036d856d91d90350ca54cfe..eb99cbfbc05562912119c1f85a70b2b1ac472205 100644 (file)
@@ -26,8 +26,7 @@ public:
        string getCommandName()                 { return "chimera.uchime";              }
        string getCommandCategory()             { return "Sequence Processing"; }
        string getHelpString(); 
        string getCommandName()                 { return "chimera.uchime";              }
        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"; }
+       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\nEdgar,R.C., Haas,B.J., Clemente,J.C., Quince,C. and Knight,R. (2011), UCHIME improves sensitivity and speed of chimera detection, Bioinformatics, in press.\n"; }
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }          
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }