X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getoturepcommand.h;fp=getoturepcommand.h;h=58fec8d4f3e3aaaf148a9ff8455c4fba93c6b35f;hb=f27b66ce6415eb14c434f9850019c7cf140e023e;hp=d92df1a4045adbabd768210a628353d9b61383b3;hpb=64ead0dc966e9a9768a24c8f55518db83ed2e82f;p=mothur.git diff --git a/getoturepcommand.h b/getoturepcommand.h index d92df1a..58fec8d 100644 --- a/getoturepcommand.h +++ b/getoturepcommand.h @@ -13,7 +13,6 @@ #include "command.hpp" #include "globaldata.hpp" -#include "sparsematrix.hpp" #include "listvector.hpp" #include "inputdata.h" #include "readotu.h" @@ -44,25 +43,18 @@ public: private: GlobalData* globaldata; - SparseMatrix* matrix; ListVector* list; ReadOTUFile* read; InputData* input; FastaMap* fasta; GroupMap* groupMap; - string filename, fastafile, listfile, namesfile, groupfile, label, sorted; + string filename, fastafile, listfile, namesfile, groupfile, label, sorted, phylipfile, columnfile, namefile; ofstream out; ifstream in, inNames; - bool groupError; - - bool abort, allLines; + bool abort, allLines, groupError; set labels; //holds labels to be used map nameToIndex; //maps sequence name to index in sparsematrix - vector seqVec; // contains maps with sequence index and distance - // for all distances related to a certain sequence - - void readNamesFile(); int process(ListVector*); string findRep(int, string&, ListVector*, int&); // returns the name of the "representative" sequence of given bin,