X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=classify.h;h=7b4c1022fef35aacbc33824d99ede551e55b187c;hp=4e0354782e5063e2a52268e88a1412b40db3c28e;hb=1a20e24ee786195ab0e1cccd4f5aede7a88f3f4e;hpb=16abd6271c455bd01b34ff89a2e3641bef0fa128 diff --git a/classify.h b/classify.h index 4e03547..7b4c102 100644 --- a/classify.h +++ b/classify.h @@ -17,10 +17,8 @@ #include "database.hpp" #include "phylotree.h" - class Sequence; - /**************************************************************************************************/ class Classify { @@ -37,7 +35,6 @@ public: protected: map taxonomy; //name maps to taxonomy - //map genusCount; //maps genus to count - in essence a list of how many seqs are in each taxonomy map::iterator itTax; map::iterator it; Database* database; @@ -45,11 +42,12 @@ protected: string taxFile, templateFile, simpleTax; vector names; - int threadID; - bool flip, flipped; + int threadID, numLevels, numTaxa; + bool flip, flipped, shortcuts; int readTaxonomy(string); vector parseTax(string); + double getLogExpSum(vector, int&); MothurOut* m; };