]> git.donarmstrong.com Git - mothur.git/blobdiff - trimseqscommand.cpp
fixed some bugs and added mgcluster command
[mothur.git] / trimseqscommand.cpp
index ca7a927134f1f904401ab017d456ff1f6859a569..f7773244bc37d888d4c44818cdd8dd1d020444ba 100644 (file)
@@ -200,7 +200,6 @@ int TrimSeqsCommand::execute(){
                                }
                                if(minLength > 0 || maxLength > 0){
                                        success = cullLength(currSeq);
-                                       if ((currSeq.getUnaligned().length() > 300) && (success)) {  cout << "too long " << currSeq.getUnaligned().length() << endl;  }
                                        if(!success){   trashCode += 'l'; }
                                }
                                if(maxHomoP > 0){