]> git.donarmstrong.com Git - mothur.git/blobdiff - chimerabellerophoncommand.h
added load.logfile command. changed summary.single output for subsample=t.
[mothur.git] / chimerabellerophoncommand.h
index ce85b777eee7a1c24fba9d607b15a9d36c8dc7db..015f2b78a6d412deda2dc639b4c7a2b3b055ec17 100644 (file)
@@ -26,9 +26,10 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "chimera.bellerophon"; }
        string getCommandCategory()             { return "Sequence Processing"; }
+       string getOutputFileNameTag(string, string);
        string getHelpString(); 
        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()); }