X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=removegroupscommand.h;fp=removegroupscommand.h;h=c6db38057f8c206ecbba0806486078eccdcc7278;hb=49d2b7459c5027557564b21e9487dadafbbbdc96;hp=24062bab3614fb3fc7ee803b3272c4242cdf68bd;hpb=ee8403d4eb5760187d62b42a9cf4272de8fc0ec4;p=mothur.git diff --git a/removegroupscommand.h b/removegroupscommand.h index 24062ba..c6db380 100644 --- a/removegroupscommand.h +++ b/removegroupscommand.h @@ -25,6 +25,7 @@ public: vector setParameters(); string getCommandName() { return "remove.groups"; } string getCommandCategory() { return "OTU-Based Approaches"; } + string getOutputFileNameTag(string, string); string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/Remove.groups"; } string getDescription() { return "removes sequences from a list, fasta, name, group, shared, design or taxonomy file from a given group or set of groups"; } @@ -48,7 +49,6 @@ private: int readShared(); int readName(); int readGroup(); - void readAccnos(); int readList(); int readTax(); int fillNames();