]> git.donarmstrong.com Git - mothur.git/blobdiff - clustersplitcommand.h
fixed bug in cluster.split with classify method
[mothur.git] / clustersplitcommand.h
index e838bc41ee1b3616d3f0f95e6a512c5bde136d33..dc46f9904a594919d3789c4c98f06ec7a7c159d7 100644 (file)
@@ -32,17 +32,18 @@ private:
        vector<int> processIDS;   //processid
        vector<string> outputNames;
 
-       string method, fileroot, tag, outputDir, phylipfile, columnfile, namefile, distfile, format, showabund, timing, splitmethod, taxFile;
+       string method, fileroot, tag, outputDir, phylipfile, columnfile, namefile, distfile, format, showabund, timing, splitmethod, taxFile, fastafile;
        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;
        
        void printData(ListVector*);
        int createProcesses(vector < vector < map<string, string> > >);
        vector<string> cluster(vector< map<string, string> >, set<string>&);
-       int mergeLists(vector<string>, string, set<string>);
+       int mergeLists(vector<string>, map<float, int>, ListVector*);
+       map<float, int> completeListFile(vector<string>, string, set<string>&, ListVector*&);
 };
 
 #endif