]> git.donarmstrong.com Git - mothur.git/blobdiff - getgroupscommand.h
added load.logfile command. changed summary.single output for subsample=t.
[mothur.git] / getgroupscommand.h
index 224f4f07ea1c45d3e734d8f6406e8a17f40fd1fd..80230b49b9872ab4633dbd2d4120826b3cc1ee82 100644 (file)
@@ -25,6 +25,7 @@ public:
        vector<string> 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();