X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=degapseqscommand.h;fp=degapseqscommand.h;h=342cd366cd53ce4b8300e2f7d5cd748b04a21668;hb=a44542a3c740cf957cff72ac71742f2fe48b0eaf;hp=0bf0a5759ec163cc1b0f87fd693913cd02a8a127;hpb=f2408a11ad53c148e3a3329018ca7d04b567f11d;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()); }