X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=clustersplitcommand.h;fp=clustersplitcommand.h;h=936ae6f69ce94877b60b9f99219423db8b526d73;hb=90708fe9701e3827e477c82fb3652539c3bf2a0d;hp=59039ea8600a4ac7e4ea30ab2a684679f6c9f51e;hpb=f320651dfb5359e6bba597280753553de28a2154;p=mothur.git diff --git a/clustersplitcommand.h b/clustersplitcommand.h index 59039ea..936ae6f 100644 --- a/clustersplitcommand.h +++ b/clustersplitcommand.h @@ -47,7 +47,7 @@ private: vector processIDS; //processid vector outputNames; - string method, fileroot, tag, outputDir, phylipfile, columnfile, namefile, distfile, format, showabund, timing, splitmethod, taxFile, fastafile; + string method, fileroot, tag, outputDir, phylipfile, columnfile, namefile, countfile, distfile, format, showabund, timing, splitmethod, taxFile, fastafile; double cutoff, splitcutoff; int precision, length, processors, taxLevelCutoff; bool print_start, abort, hard, large, classic; @@ -62,6 +62,7 @@ private: int mergeLists(vector, map, ListVector*); map completeListFile(vector, string, set&, ListVector*&); int createMergedDistanceFile(vector< map >); + int createRabund(CountTable*& ct, ListVector*& list, RAbundVector*& rabund); }; /////////////////not working for Windows//////////////////////////////////////////////////////////// @@ -75,7 +76,7 @@ private: // anything to do with mothur's use of copy constructors in many of our data structures. ie. listvector // is copied by nameassignment and passed to read which passes to the thread? -westcott 2-8-12 //////////////////////////////////////////////////////////////////////////////////////////////////// -/**************************************************************************************************/ +/************************************************************************************************** //custom data structure for threads to use. // This is passed by void pointer so it can be any data type // that can be passed using a single void pointer (LPVOID). @@ -105,7 +106,7 @@ struct clusterData { } }; -/**************************************************************************************************/ +/************************************************************************************************** #if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) #else static DWORD WINAPI MyClusterThreadFunction(LPVOID lpParam){ @@ -257,7 +258,7 @@ static DWORD WINAPI MyClusterThreadFunction(LPVOID lpParam){ } #endif - +*/ #endif