]> git.donarmstrong.com Git - mothur.git/blobdiff - chimeraslayer.cpp
added count.seqs command and made some modifcations to the uchime code to allow it...
[mothur.git] / chimeraslayer.cpp
index b00cedfba5b4edf8463343618ebdd80acae209be..97b331b65b556baafbd721cc6d0186097bdfa09e 100644 (file)
@@ -1127,7 +1127,7 @@ vector<Sequence> ChimeraSlayer::getBlastSeqs(Sequence q, vector<Sequence*>& db,
                delete queryRight;
                delete queryLeft;
                
-               if (refResults.size() == 0) { m->mothurOut("[WARNING]: megablast found 0 potential parents, so we are not able to check " + q.getName() + ". This could be due to formatdb.exe not being setup properly, please check formatdb.log for errors."); m->mothurOutEndLine(); }
+               if (refResults.size() == 0) { m->mothurOut("[WARNING]: megablast returned 0 potential parents, so we are not able to check " + q.getName() + ". This could be due to formatdb.exe not being setup properly, please check formatdb.log for errors."); m->mothurOutEndLine(); }
                
                return refResults;
        }