X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=binsequencecommand.h;h=1fb5664b0c018c4120881055014ec08a4e6d5559;hb=28bcfc4a41b8b82f66636587e0d4d355d07cbdd1;hp=7456a2628f42969f66422d3e194b20508276dcea;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/binsequencecommand.h b/binsequencecommand.h index 7456a26..1fb5664 100644 --- a/binsequencecommand.h +++ b/binsequencecommand.h @@ -27,9 +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()); }