]> git.donarmstrong.com Git - mothur.git/blobdiff - clustersplitcommand.h
changes to blastdb to make filenames given to blast unique, changes to split.abund...
[mothur.git] / clustersplitcommand.h
index 05ae8b8b78fe921092acb06ec4ae7ea3d4ba997f..c696329af7c14c1ff4252e3496a4905dd3faf2d4 100644 (file)
@@ -35,7 +35,7 @@ private:
        string method, fileroot, tag, outputDir, phylipfile, columnfile, namefile, distfile, format, showabund, timing, splitmethod, taxFile;
        double cutoff, splitcutoff;
        int precision, length, processors, taxLevelCutoff;
-       bool print_start, abort, hard;
+       bool print_start, abort, hard, large;
        time_t start;
        ofstream outList, outRabund, outSabund;
        
@@ -43,7 +43,7 @@ private:
        int createProcesses(vector < vector < map<string, string> > >);
        vector<string> cluster(vector< map<string, string> >, set<string>&);
        int mergeLists(vector<string>, map<float, int>, ListVector*);
-       map<float, int> completeListFile(vector<string>, string, set<string>, ListVector*&);
+       map<float, int> completeListFile(vector<string>, string, set<string>&, ListVector*&);
 };
 
 #endif