]> git.donarmstrong.com Git - mothur.git/blobdiff - rarefactcommand.h
working on windows paralellization, added trimOligos class to be used by trim.flows...
[mothur.git] / rarefactcommand.h
index b4bce3e172d141ab5e1fdcea1c59bd35b25dadab..36288927ac2d5bb575378329c9c0a6b66f1db5c4 100644 (file)
@@ -42,7 +42,7 @@ private:
        int nIters, abund, processors;
        float freq;
        
-       bool abort, allLines;
+       bool abort, allLines, groupMode;
        set<string> labels; //holds labels to be used
        string label, calc, sharedfile, listfile, rabundfile, sabundfile, format, inputfile;
        vector<string>  Estimators;
@@ -51,6 +51,7 @@ private:
        string outputDir;
        
        vector<string> parseSharedFile(string);
+       vector<string> createGroupFile(vector<string>&);
 };
 
 #endif