]> git.donarmstrong.com Git - mothur.git/blobdiff - getgroupscommand.h
changing command name classify.shared to classifyrf.shared
[mothur.git] / getgroupscommand.h
index 224f4f07ea1c45d3e734d8f6406e8a17f40fd1fd..f67c36584a58a14556032ce2374bda17925c6aaa 100644 (file)
@@ -25,7 +25,9 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "get.groups";                          }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
+       
        string getHelpString(); 
+    string getOutputPattern(string);   
        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"; }
 
@@ -39,7 +41,7 @@ private:
        map<string, string> 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, designfile, taxfile, outputDir, groups, sharedfile;
+       string accnosfile, countfile, fastafile, namefile, groupfile, listfile, designfile, taxfile, outputDir, groups, sharedfile;
        bool abort;
        vector<string> outputNames, Groups;
        GroupMap* groupMap;
@@ -47,7 +49,7 @@ private:
        int readFasta();
        int readName();
        int readGroup();
-       void readAccnos();
+    int readCount();
        int readList();
        int readTax();
        int fillNames();