X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=removeseqscommand.h;fp=removeseqscommand.h;h=df96e4514bc84787ad901e137bbc794588681705;hb=a44542a3c740cf957cff72ac71742f2fe48b0eaf;hp=b89a509c5f76971d9df9de9a3fd4e9113a70b816;hpb=f2408a11ad53c148e3a3329018ca7d04b567f11d;p=mothur.git diff --git a/removeseqscommand.h b/removeseqscommand.h index b89a509..df96e45 100644 --- a/removeseqscommand.h +++ b/removeseqscommand.h @@ -25,7 +25,8 @@ class RemoveSeqsCommand : public Command { string getCommandCategory() { return "Sequence Processing"; } string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/Remove.seqs"; } - + string getDescription() { return "removes sequences from a list, fasta, name, group, alignreport, quality or taxonomy file"; } + int execute(); void help() { m->mothurOut(getHelpString()); }