X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=binsequencecommand.h;h=365fb3c3afdaf8cedd788b83e1ef2a29a4e9b00b;hb=8a0b2fd6644dee848b262fcdea73b912a6054fed;hp=fe83f20f59b0e6f4db7d765f9b1aa5dc17618252;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/binsequencecommand.h b/binsequencecommand.h index fe83f20..365fb3c 100644 --- a/binsequencecommand.h +++ b/binsequencecommand.h @@ -28,6 +28,8 @@ public: string getCommandName() { return "bin.seqs"; } string getCommandCategory() { return "Sequence Processing"; } string getHelpString(); + string getCitation() { return "http://www.mothur.org/wiki/Bin.seqs"; } + string getDescription() { return "maps sequences to otus"; } int execute(); void help() { m->mothurOut(getHelpString()); }