X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getgroupscommand.h;fp=getgroupscommand.h;h=224f4f07ea1c45d3e734d8f6406e8a17f40fd1fd;hb=ecd4f324189cf1cb49a3eb49d5cff58562f27b7f;hp=e0fbad80064157e99c3ff21fb97ddfd95bc97317;hpb=140c8602380618cee9b944999766e320972bca07;p=mothur.git diff --git a/getgroupscommand.h b/getgroupscommand.h index e0fbad8..224f4f0 100644 --- a/getgroupscommand.h +++ b/getgroupscommand.h @@ -27,7 +27,7 @@ public: string getCommandCategory() { return "OTU-Based Approaches"; } string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/Get.groups"; } - string getDescription() { return "gets sequences from a list, fasta, name, group or taxonomy file from a given group or set of 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"; } int execute(); @@ -39,7 +39,7 @@ private: map uniqueToRedundant; //if a namefile is given and the first column name is not selected //then the other files need to change the unique name in their file to match. //only add the names that need to be changed to keep the map search quick - string accnosfile, fastafile, namefile, groupfile, listfile, taxfile, outputDir, groups, sharedfile; + string accnosfile, fastafile, namefile, groupfile, listfile, designfile, taxfile, outputDir, groups, sharedfile; bool abort; vector outputNames, Groups; GroupMap* groupMap; @@ -52,6 +52,7 @@ private: int readTax(); int fillNames(); int readShared(); + int readDesign(); };