X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=filterseqscommand.h;h=fc6bcb2efab1b3885af316a160faa59446600f30;hb=4b54ce99af7db8019ea907cd7c2edf789369ada9;hp=b2322379d6eb0467c2e64ba5e98c28e6d604181c;hpb=49d2b7459c5027557564b21e9487dadafbbbdc96;p=mothur.git diff --git a/filterseqscommand.h b/filterseqscommand.h index b232237..fc6bcb2 100644 --- a/filterseqscommand.h +++ b/filterseqscommand.h @@ -24,8 +24,9 @@ public: vector setParameters(); string getCommandName() { return "filter.seqs"; } string getCommandCategory() { return "Sequence Processing"; } - string getOutputFileNameTag(string, string); + string getHelpString(); + string getOutputPattern(string); string getCitation() { return "http://www.mothur.org/wiki/Filter.seqs"; } string getDescription() { return "removes columns from alignments based on a criteria defined by the user"; }