X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=reversecommand.h;fp=reversecommand.h;h=2e4719a52ada1949236bca5f42d450e7f2eb168d;hb=e150b0b0664caec517485ee6d69dcdade6dcae77;hp=0d1da8801adc5a2b5e5bfe9cf81ef58789de534c;hpb=4160a27002f4a3ca436fcd62eca0366b09f8e901;p=mothur.git diff --git a/reversecommand.h b/reversecommand.h index 0d1da88..2e4719a 100644 --- a/reversecommand.h +++ b/reversecommand.h @@ -22,6 +22,7 @@ public: string getCommandName() { return "reverse.seqs"; } string getCommandCategory() { return "Sequence Processing"; } string getHelpString(); + string getCitation() { return "http://www.mothur.org/wiki/Reverse.seqs"; } int execute(); void help() { m->mothurOut(getHelpString()); }