X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=clustersplitcommand.h;h=2e8ac6356787aa90bcde2ac88155e3064a6e4da2;hb=a89c6295ae9a35fcaaab7fa50dcb68360dd543b0;hp=e1f17b1bd0b8c4088d5deb3c06691fb3ccf26999;hpb=deba0af0ccdcb6005ed5b2b82649b137c63fbdf7;p=mothur.git diff --git a/clustersplitcommand.h b/clustersplitcommand.h index e1f17b1..2e8ac63 100644 --- a/clustersplitcommand.h +++ b/clustersplitcommand.h @@ -48,10 +48,10 @@ private: vector processIDS; //processid vector outputNames; - string method, fileroot, tag, outputDir, phylipfile, columnfile, namefile, countfile, distfile, format, showabund, timing, splitmethod, taxFile, fastafile; + string file, 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, runCluster; + bool print_start, abort, hard, large, classic, runCluster, deleteFiles; time_t start; ofstream outList, outRabund, outSabund; @@ -64,6 +64,8 @@ private: map completeListFile(vector, string, set&, ListVector*&); int createMergedDistanceFile(vector< map >); int createRabund(CountTable*& ct, ListVector*& list, RAbundVector*& rabund); + string readFile(vector< map >&); + int printFile(string, vector< map >&); }; /////////////////not working for Windows////////////////////////////////////////////////////////////