X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=degapseqscommand.h;h=c6adac214e0339807ac9fee9845ef404dee311cb;hb=006601d68abe8d0061f77e8d28323b160750e343;hp=0bf0a5759ec163cc1b0f87fd693913cd02a8a127;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/degapseqscommand.h b/degapseqscommand.h index 0bf0a57..c6adac2 100644 --- a/degapseqscommand.h +++ b/degapseqscommand.h @@ -22,9 +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()); }