X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=chimerabellerophoncommand.h;h=23e555d6914482d9a2c819b079715d1a178d0f53;hp=4ff7f799202f9403b8793a625ee0a551354a69a2;hb=cf9987b67aa49777a4c91c2d21f96e58bf17aa82;hpb=52ea8f3a52c05331b9bd7519ae0b518bda233d05 diff --git a/chimerabellerophoncommand.h b/chimerabellerophoncommand.h index 4ff7f79..23e555d 100644 --- a/chimerabellerophoncommand.h +++ b/chimerabellerophoncommand.h @@ -20,9 +20,21 @@ class ChimeraBellerophonCommand : public Command { public: ChimeraBellerophonCommand(string); - ~ChimeraBellerophonCommand(); - int execute(); - void help(); + ChimeraBellerophonCommand(); + ~ChimeraBellerophonCommand(){} + + vector setParameters(); + string getCommandName() { return "chimera.bellerophon"; } + string getCommandCategory() { return "Sequence Processing"; } + + string getHelpString(); + 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()); } + private: