X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=getoturepcommand.h;h=ca3439d809f96f6eff93dcf3948abd1a8274a7f5;hp=a1bf3f0229a98231e9a627e4fc98f9d23ad897ea;hb=a54ba6143022dc7294f4fdc468fc10b627c64b0e;hpb=1a20e24ee786195ab0e1cccd4f5aede7a88f3f4e diff --git a/getoturepcommand.h b/getoturepcommand.h index a1bf3f0..ca3439d 100644 --- a/getoturepcommand.h +++ b/getoturepcommand.h @@ -56,14 +56,12 @@ public: private: ListVector* list; - InputData* input; - FastaMap* fasta; GroupMap* groupMap; ReadMatrix* readMatrix; FormatMatrix* formatMatrix; NameAssignment* nameMap; CountTable ct; - string filename, fastafile, listfile, namefile, groupfile, label, sorted, phylipfile, countfile, columnfile, distFile, format, outputDir, groups; + string filename, fastafile, listfile, namefile, groupfile, label, sorted, phylipfile, countfile, columnfile, distFile, format, outputDir, groups, method; ofstream out; ifstream in, inNames, inRow; bool abort, allLines, groupError, large, weighted, hasGroups; @@ -78,13 +76,14 @@ private: // for all distances related to a certain sequence vector rowPositions; - void readNamesFile(); + void readNamesFile(FastaMap*&); void readNamesFile(bool); int process(ListVector*); SeqMap getMap(int); string findRep(vector, string); // returns the name of the "representative" sequence of given bin or subset of a bin, for groups + string findRepAbund(vector, string); int processNames(string, string); - int processFastaNames(string, string); + int processFastaNames(string, string, FastaMap*&); int readDist(); };