X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=removeseqscommand.h;h=df96e4514bc84787ad901e137bbc794588681705;hb=8dd3c225255d7084e3aff8740aa4f1f1cabb367a;hp=d99151ec022dfdafcfa2327998466549cbcb3eda;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/removeseqscommand.h b/removeseqscommand.h index d99151e..df96e45 100644 --- a/removeseqscommand.h +++ b/removeseqscommand.h @@ -24,7 +24,9 @@ class RemoveSeqsCommand : public Command { string getCommandName() { return "remove.seqs"; } 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()); }