X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=binsequencecommand.h;h=1fb5664b0c018c4120881055014ec08a4e6d5559;hb=3cd964b03f04bc569c4a7d0b99be9908c54c1d44;hp=fe83f20f59b0e6f4db7d765f9b1aa5dc17618252;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/binsequencecommand.h b/binsequencecommand.h index fe83f20..1fb5664 100644 --- a/binsequencecommand.h +++ b/binsequencecommand.h @@ -27,7 +27,10 @@ public: vector setParameters(); string getCommandName() { return "bin.seqs"; } string getCommandCategory() { return "Sequence Processing"; } + string getOutputFileNameTag(string, string); 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()); }