X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bayesian.h;h=a1f693bb8f815dd0a6cb1d6155e9c032caf6fcea;hb=c921bbf0623d5200f69b5d83b3c70ea533c69412;hp=fa6590ab98a393d5d4907102db4401704071e5f9;hpb=4a2d841cb97fb02351022efe9d7068b1dc212bf9;p=mothur.git diff --git a/bayesian.h b/bayesian.h index fa6590a..a1f693b 100644 --- a/bayesian.h +++ b/bayesian.h @@ -25,7 +25,7 @@ public: private: vector< vector > wordGenusProb; //vector of maps from genus to probability - //wordGenusProb[0][392] = probability that a sequence within genus that's index in the tree is 392 would contain kmer 0; + //wordGenusProb[0][392] = probability that a sequence within genus that's index in the tree is 392 would contain kmer 0; vector genusTotals; vector genusNodes; //indexes in phyloTree where genus' are located @@ -35,6 +35,7 @@ private: string bootstrapResults(vector, int, int); int getMostProbableTaxonomy(vector); void readProbFile(ifstream&, ifstream&, string, string); + bool checkReleaseDate(ifstream&, ifstream&, ifstream&, ifstream&); };