]> git.donarmstrong.com Git - mothur.git/blobdiff - splitgroupscommand.h
added count file to get.oturep, pre.cluster, screen.seqs, tree.shared. made remove...
[mothur.git] / splitgroupscommand.h
index a8dc9a19e656651be58416c99e802e1b98b72a56..62e063d8a0fe93c3942959527cde646996e3430d 100644 (file)
@@ -42,9 +42,12 @@ public:
 private:
        vector<string> outputNames;
                
-       string outputDir, namefile, groupfile, groups, fastafile;
+       string outputDir, namefile, groupfile, countfile, groups, fastafile;
        vector<string> Groups;
        bool abort;
+    
+    int runNameGroup();
+    int runCount();
 };
 
 /***************************************************************************************/