X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=chimeraccodecommand.h;h=52bf07d01f6a411b870e119f82ef97f7b6f45cbd;hp=5b8092b6f7075111c7fa8c5c58caf14ef3ebaeca;hb=cf9987b67aa49777a4c91c2d21f96e58bf17aa82;hpb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc diff --git a/chimeraccodecommand.h b/chimeraccodecommand.h index 5b8092b..52bf07d 100644 --- a/chimeraccodecommand.h +++ b/chimeraccodecommand.h @@ -26,7 +26,9 @@ public: vector setParameters(); string getCommandName() { return "chimera.ccode"; } string getCommandCategory() { return "Sequence Processing"; } + string getHelpString(); + string getOutputPattern(string); string getCitation() { return "Gonzalez JM, Zimmermann J, Saiz-Jimenez C (2005). Evaluating putative chimeric sequences from PCR-amplified products. Bioinformatics 21: 333-7. \nhttp://www.mothur.org/wiki/Chimera.ccode"; } string getDescription() { return "detect chimeric sequences"; }