]> git.donarmstrong.com Git - mothur.git/blobdiff - libshuffcommand.h
added name parameter to phylotype command
[mothur.git] / libshuffcommand.h
index 1e5726dd770f928b62ca8ef07fa3c24150c0a8b5..1c8fbc4da656bf5c4240c1be8cb4a7843b3ac72c 100644 (file)
@@ -29,8 +29,8 @@ private:
        vector<string> groupNames;
        
        void setGroups();
-       void printCoverageFile();
-       void printSummaryFile();
+       int printCoverageFile();
+       int printSummaryFile();
 
        GlobalData* globaldata;
        FullMatrix* matrix;
@@ -43,8 +43,8 @@ private:
        vector<vector<vector<double> > > savedMinValues;
 
        bool abort;
-       string outputFile, groups, userform, savegroups;
-       vector<string> Groups; //holds groups to be used
+       string outputFile, groups, userform, savegroups, outputDir;
+       vector<string> Groups, outputNames; //holds groups to be used
 };
 
 #endif