]> git.donarmstrong.com Git - mothur.git/blobdiff - bayesian.h
added count.groups command and paralellized align.seqs for windows
[mothur.git] / bayesian.h
index fa6590ab98a393d5d4907102db4401704071e5f9..a1f693bb8f815dd0a6cb1d6155e9c032caf6fcea 100644 (file)
@@ -25,7 +25,7 @@ public:
        
 private:
        vector< vector<float> > 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<int> genusTotals;
        vector<int> genusNodes;  //indexes in phyloTree where genus' are located
@@ -35,6 +35,7 @@ private:
        string bootstrapResults(vector<int>, int, int);
        int getMostProbableTaxonomy(vector<int>);
        void readProbFile(ifstream&, ifstream&, string, string);
+       bool checkReleaseDate(ifstream&, ifstream&, ifstream&, ifstream&);
        
 };