X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=chimerabellerophoncommand.h;h=015f2b78a6d412deda2dc639b4c7a2b3b055ec17;hb=6ede3bf5c0a9eedb23f24577a97da81ab3e1f7df;hp=6e1ae50794f23d92c75d0224011251e385ae8f43;hpb=8bc3e5b38c2317a1715f53be22fa96455868c281;p=mothur.git diff --git a/chimerabellerophoncommand.h b/chimerabellerophoncommand.h index 6e1ae50..015f2b7 100644 --- a/chimerabellerophoncommand.h +++ b/chimerabellerophoncommand.h @@ -21,13 +21,19 @@ class ChimeraBellerophonCommand : public Command { public: ChimeraBellerophonCommand(string); ChimeraBellerophonCommand(); - ~ChimeraBellerophonCommand(); - vector getRequiredParameters(); - vector getValidParameters(); - vector getRequiredFiles(); - map< string, vector > getOutputFiles() { return outputTypes; } - int execute(); - void help(); + ~ChimeraBellerophonCommand(){} + + 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()); } + private: @@ -36,7 +42,6 @@ private: int processors, window, increment, numSeqs; Chimera* chimera; vector outputNames; - map > outputTypes; vector fastaFileNames; };