X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=removeseqscommand.h;h=1a6365dac35b9e18669f8827c4054268b9123d9e;hb=bd27c2b0612942815b7417c79f7ee41f669a2a34;hp=e26e751032402cd39dac933acf3f57814ab2fc0f;hpb=90708fe9701e3827e477c82fb3652539c3bf2a0d;p=mothur.git diff --git a/removeseqscommand.h b/removeseqscommand.h index e26e751..1a6365d 100644 --- a/removeseqscommand.h +++ b/removeseqscommand.h @@ -23,8 +23,9 @@ class RemoveSeqsCommand : public Command { vector setParameters(); string getCommandName() { return "remove.seqs"; } string getCommandCategory() { return "Sequence Processing"; } - string getOutputFileNameTag(string, string); + string getHelpString(); + string getOutputPattern(string); 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"; }