X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=reversecommand.h;h=2c7a9e4ee025e3ce8e94f328eb2cb1e676611cf6;hb=16f9c4ab6f39769856b13e048eae2c8eaa413c02;hp=2e4719a52ada1949236bca5f42d450e7f2eb168d;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/reversecommand.h b/reversecommand.h index 2e4719a..2c7a9e4 100644 --- a/reversecommand.h +++ b/reversecommand.h @@ -21,8 +21,11 @@ public: vector setParameters(); string getCommandName() { return "reverse.seqs"; } string getCommandCategory() { return "Sequence Processing"; } + string getOutputFileNameTag(string, string); string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/Reverse.seqs"; } + string getDescription() { return "outputs a fasta file containing the reverse-complements"; } + int execute(); void help() { m->mothurOut(getHelpString()); }