X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bayesian.cpp;h=9ae0777912ba21ad231540eed5658c09298b4ece;hb=92de7f976371d41441ad41f02ca83af8b43cef5c;hp=df83cde86fa61b87b5498c0eb35569a92bb9bef4;hpb=5cc45e630ccee2c3503e1bfe7e9b3524898cef8a;p=mothur.git diff --git a/bayesian.cpp b/bayesian.cpp index df83cde..9ae0777 100644 --- a/bayesian.cpp +++ b/bayesian.cpp @@ -357,7 +357,7 @@ int Bayesian::getMostProbableTaxonomy(vector queryKmer) { maxProbability = prob; } } - +// cout << phyloTree->get(indexofGenus).name << '\t' << maxProbability << endl; return indexofGenus; } catch(exception& e) {