X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=degapseqscommand.h;h=342cd366cd53ce4b8300e2f7d5cd748b04a21668;hb=ee8403d4eb5760187d62b42a9cf4272de8fc0ec4;hp=0bf0a5759ec163cc1b0f87fd693913cd02a8a127;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/degapseqscommand.h b/degapseqscommand.h index 0bf0a57..342cd36 100644 --- a/degapseqscommand.h +++ b/degapseqscommand.h @@ -24,7 +24,8 @@ public: string getCommandCategory() { return "Sequence Processing"; } string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/Degap.seqs"; } - + string getDescription() { return "removes gap characters from sequences"; } + int execute(); void help() { m->mothurOut(getHelpString()); }