]> git.donarmstrong.com Git - mothur.git/blobdiff - chimerabellerophoncommand.h
working on pam
[mothur.git] / chimerabellerophoncommand.h
index b048459acc058e0287dfb6b8d0744f8afc92d3e7..23e555d6914482d9a2c819b079715d1a178d0f53 100644 (file)
@@ -26,9 +26,11 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "chimera.bellerophon"; }
        string getCommandCategory()             { return "Sequence Processing"; }
+       
        string getHelpString(); 
-       string getCitation() { return "http://www.mothur.org/wiki/Chimera.bellerophon"; }
-
+    string getOutputPattern(string);   
+       string getCitation() { return "Huber T, Faulkner G, Hugenholtz P (2004). Bellerophon: a program to detect chimeric sequences in multiple sequence alignments. Bioinformatics 20: 2317-9. \nhttp://www.mothur.org/wiki/Chimera.bellerophon"; }
+       string getDescription()         { return "detect chimeric sequences"; }
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }