]> git.donarmstrong.com Git - mothur.git/blobdiff - clustersplitcommand.h
fixed cluster.split command
[mothur.git] / clustersplitcommand.h
index e838bc41ee1b3616d3f0f95e6a512c5bde136d33..05ae8b8b78fe921092acb06ec4ae7ea3d4ba997f 100644 (file)
@@ -42,7 +42,8 @@ private:
        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