X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=chimerabellerophoncommand.h;h=015f2b78a6d412deda2dc639b4c7a2b3b055ec17;hb=006601d68abe8d0061f77e8d28323b160750e343;hp=867d3618888e37079ed7e61cc44e5a869924ab04;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/chimerabellerophoncommand.h b/chimerabellerophoncommand.h index 867d361..015f2b7 100644 --- a/chimerabellerophoncommand.h +++ b/chimerabellerophoncommand.h @@ -26,7 +26,10 @@ public: vector 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()); }