X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=reversecommand.h;fp=reversecommand.h;h=f0fdfa887890607ea3efa2ccfdc44c7b95c1b7c7;hb=a44542a3c740cf957cff72ac71742f2fe48b0eaf;hp=2e4719a52ada1949236bca5f42d450e7f2eb168d;hpb=f2408a11ad53c148e3a3329018ca7d04b567f11d;p=mothur.git diff --git a/reversecommand.h b/reversecommand.h index 2e4719a..f0fdfa8 100644 --- a/reversecommand.h +++ b/reversecommand.h @@ -23,6 +23,8 @@ public: string getCommandCategory() { return "Sequence Processing"; } 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()); }