X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getgroupscommand.h;h=80230b49b9872ab4633dbd2d4120826b3cc1ee82;hb=8e67e9de1b200106bea5a468ac02125954656499;hp=224f4f07ea1c45d3e734d8f6406e8a17f40fd1fd;hpb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc;p=mothur.git diff --git a/getgroupscommand.h b/getgroupscommand.h index 224f4f0..80230b4 100644 --- a/getgroupscommand.h +++ b/getgroupscommand.h @@ -25,6 +25,7 @@ public: vector setParameters(); string getCommandName() { return "get.groups"; } string getCommandCategory() { return "OTU-Based Approaches"; } + string getOutputFileNameTag(string, string); string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/Get.groups"; } string getDescription() { return "gets sequences from a list, fasta, name, group, shared, design or taxonomy file from a given group or set of groups"; } @@ -47,7 +48,6 @@ private: int readFasta(); int readName(); int readGroup(); - void readAccnos(); int readList(); int readTax(); int fillNames();