X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=chopseqscommand.h;h=e73714d2e98406da2a05e54bb34f61398bd0143c;hb=d205e70ae86dbee2efc2df02f2717975854de6ba;hp=31b495b20a7305d2552a770b67f9f2f812a90b1a;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/chopseqscommand.h b/chopseqscommand.h index 31b495b..e73714d 100644 --- a/chopseqscommand.h +++ b/chopseqscommand.h @@ -27,7 +27,8 @@ class ChopSeqsCommand : public Command { string getCommandCategory() { return "Sequence Processing"; } string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/Chops.seqs"; } - + string getDescription() { return "trim sequence length"; } + int execute(); void help() { m->mothurOut(getHelpString()); }