X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bayesian.cpp;h=6f65965bfb912e983d4de12dcbaa3dfe307e23e1;hb=1a968f34ae2d2680eaf189a197d1a21b8dfd6c03;hp=6eaab6f2f974f8e1036561c2f76d9587d6dd0399;hpb=8159f34321e2c771638059b59a986caca9f3ab60;p=mothur.git diff --git a/bayesian.cpp b/bayesian.cpp index 6eaab6f..6f65965 100644 --- a/bayesian.cpp +++ b/bayesian.cpp @@ -298,7 +298,7 @@ string Bayesian::getTaxonomy(Sequence* seq) { } } - if (queryKmers.size() == 0) { m->mothurOut(seq->getName() + "is bad."); m->mothurOutEndLine(); simpleTax = "unknown;"; return "unknown;"; } + if (queryKmers.size() == 0) { m->mothurOut(seq->getName() + " is bad. It has no kmers of length " + toString(kmerSize) + "."); m->mothurOutEndLine(); simpleTax = "unknown;"; return "unknown;"; } int index = getMostProbableTaxonomy(queryKmers);