X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getoturepcommand.h;fp=getoturepcommand.h;h=8099a3998c1a63de92d9c72b2c5419c08e2f96ff;hb=a8367302932de9be5434e77f6e5829d7609e2aec;hp=86c5434034aae9c7900428bb8ff323385f89b837;hpb=0c78e45408d8c099bc51579225ebfc227f7523b2;p=mothur.git diff --git a/getoturepcommand.h b/getoturepcommand.h index 86c5434..8099a39 100644 --- a/getoturepcommand.h +++ b/getoturepcommand.h @@ -53,13 +53,13 @@ private: ReadMatrix* readMatrix; FormatMatrix* formatMatrix; NameAssignment* nameMap; - string filename, fastafile, listfile, namefile, groupfile, label, sorted, phylipfile, columnfile, distFile, format, outputDir; + string filename, fastafile, listfile, namefile, groupfile, label, sorted, phylipfile, columnfile, distFile, format, outputDir, groups; ofstream out; ifstream in, inNames, inRow; bool abort, allLines, groupError, large; set labels; //holds labels to be used map nameToIndex; //maps sequence name to index in sparsematrix - vector outputNames; + vector outputNames, Groups; map outputNameFiles; float cutoff; int precision; @@ -70,7 +70,7 @@ private: void readNamesFile(); int process(ListVector*); SeqMap getMap(int); - string findRep(int, ListVector*); // returns the name of the "representative" sequence of given bin + string findRep(vector); // returns the name of the "representative" sequence of given bin or subset of a bin, for groups int processNames(string, string);