]> git.donarmstrong.com Git - mothur.git/blobdiff - countgroupscommand.h
added load.logfile command. changed summary.single output for subsample=t.
[mothur.git] / countgroupscommand.h
index 2532a80eca171fefd776e3722474084e42a1f396..dd0e0a23eb3ccb9a5f4072aa9bb076228f2fb8b2 100644 (file)
@@ -23,6 +23,7 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "count.groups";                        }
        string getCommandCategory()             { return "Sequence Processing";         }
+       string getOutputFileNameTag(string, string) { return ""; }
        string getHelpString(); 
        string getCitation() { return "http://www.mothur.org/wiki/Count.groups"; }
        string getDescription()         { return "counts the number of sequences in each group"; }
@@ -35,8 +36,6 @@ private:
        string sharedfile, groupfile, outputDir, groups, accnosfile;
        bool abort;
        vector<string> Groups;
-       
-       void readAccnos();
 };
 
 #endif