]> git.donarmstrong.com Git - mothur.git/blobdiff - decalc.cpp
removed read.dist, read.otu, read.tree and globaldata. added current to defaults...
[mothur.git] / decalc.cpp
index 8d90a78a492e63ee97ede0b577e37fde39336fb4..9894adbda2aab2f4ddac2b786c69bffc8778335f 100644 (file)
@@ -952,7 +952,7 @@ map<int, int> DeCalculator::trimSeqs(Sequence* query, vector<Sequence*> topMatch
                map<int, int> trimmedPos;
                //check to make sure that is not whole seq
                if ((rearPos - frontPos - 1) <= 0) {  
-                       m->mothurOut("[ERROR]: when I trim " + query->getName() + ", the entire sequence is trimmed. Skipping."); m->mothurOutEndLine();  
+                       //m->mothurOut("[ERROR]: when I trim " + query->getName() + ", the entire sequence is trimmed. Skipping."); m->mothurOutEndLine();  
                        query->setAligned("");
                        //trim topMatches
                        for (int i = 0; i < topMatches.size(); i++) {