X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=consensusseqscommand.h;h=6542b708ccf016f52c5864c7581489a8898c6bcd;hb=5d00ef3e809832f08efdd691a9eace8ac20feb07;hp=fd2f4f535dfa3ca7b4be2c99b2e323a2d4d0b49c;hpb=4de093e3b92bdab1579565cb2873553412f6671e;p=mothur.git diff --git a/consensusseqscommand.h b/consensusseqscommand.h index fd2f4f5..6542b70 100644 --- a/consensusseqscommand.h +++ b/consensusseqscommand.h @@ -25,6 +25,8 @@ public: string getCommandCategory() { return "Sequence Processing"; } string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/Consensus.seqs"; } + string getDescription() { return "create a consensus sequence for each OTU or for a fasta file"; } + int execute(); void help() { m->mothurOut(getHelpString()); }