X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=degapseqscommand.h;h=342cd366cd53ce4b8300e2f7d5cd748b04a21668;hb=36a6b02cf7f09d2bc34376b588944a9ca73429c5;hp=db93b02a299aae60666b1993469f7e00cdc31a58;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/degapseqscommand.h b/degapseqscommand.h index db93b02..342cd36 100644 --- a/degapseqscommand.h +++ b/degapseqscommand.h @@ -23,7 +23,9 @@ public: string getCommandName() { return "degap.seqs"; } 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()); }