X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=removeseqscommand.h;fp=removeseqscommand.h;h=474951a9feaee7d497417cf2a03f206367056241;hb=49d2b7459c5027557564b21e9487dadafbbbdc96;hp=df96e4514bc84787ad901e137bbc794588681705;hpb=ee8403d4eb5760187d62b42a9cf4272de8fc0ec4;p=mothur.git diff --git a/removeseqscommand.h b/removeseqscommand.h index df96e45..474951a 100644 --- a/removeseqscommand.h +++ b/removeseqscommand.h @@ -23,7 +23,8 @@ class RemoveSeqsCommand : public Command { vector setParameters(); string getCommandName() { return "remove.seqs"; } string getCommandCategory() { return "Sequence Processing"; } - string getHelpString(); + string getOutputFileNameTag(string, string); + 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"; } @@ -41,7 +42,6 @@ class RemoveSeqsCommand : public Command { int readName(); int readGroup(); int readAlign(); - void readAccnos(); int readList(); int readTax(); int readQual();