X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=consensusseqscommand.h;h=423c4e48796a2a9294dc8373fd29823b3418abb0;hb=ccf2fedbb600a362777a11501bb56c9c7746068e;hp=fd2f4f535dfa3ca7b4be2c99b2e323a2d4d0b49c;hpb=4de093e3b92bdab1579565cb2873553412f6671e;p=mothur.git diff --git a/consensusseqscommand.h b/consensusseqscommand.h index fd2f4f5..423c4e4 100644 --- a/consensusseqscommand.h +++ b/consensusseqscommand.h @@ -1,6 +1,6 @@ #ifndef CONSENSUSSEQSCOMMAND_H #define CONSENSUSSEQSCOMMAND_H - +//test /* * consensusseqscommand.h * Mothur @@ -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()); }