X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=reversecommand.h;h=f7f729c9848ae0fa972944ae5b51ec18cceaca1d;hp=2c7a9e4ee025e3ce8e94f328eb2cb1e676611cf6;hb=050a3ff02473a3d4c0980964e1a9ebe52e55d6b8;hpb=49d2b7459c5027557564b21e9487dadafbbbdc96 diff --git a/reversecommand.h b/reversecommand.h index 2c7a9e4..f7f729c 100644 --- a/reversecommand.h +++ b/reversecommand.h @@ -21,8 +21,9 @@ public: vector setParameters(); string getCommandName() { return "reverse.seqs"; } string getCommandCategory() { return "Sequence Processing"; } - string getOutputFileNameTag(string, string); + string getHelpString(); + string getOutputPattern(string); string getCitation() { return "http://www.mothur.org/wiki/Reverse.seqs"; } string getDescription() { return "outputs a fasta file containing the reverse-complements"; }