X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=degapseqscommand.h;h=c6adac214e0339807ac9fee9845ef404dee311cb;hb=96dbe925073caefaed6e6db85659c144a806aeb1;hp=db93b02a299aae60666b1993469f7e00cdc31a58;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/degapseqscommand.h b/degapseqscommand.h index db93b02..c6adac2 100644 --- a/degapseqscommand.h +++ b/degapseqscommand.h @@ -22,8 +22,11 @@ public: vector setParameters(); string getCommandName() { return "degap.seqs"; } string getCommandCategory() { return "Sequence Processing"; } + string getOutputFileNameTag(string, string); 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()); }