]> git.donarmstrong.com Git - mothur.git/blobdiff - parsefastaqcommand.cpp
fixed bug in make.biom with picrust that didn’t allow for unclassified OTUs. fixed...
[mothur.git] / parsefastaqcommand.cpp
index c3bd3933836c3f67149a96b9dba1661978b31bc4..a509ae9ef38d985c8837fa6589bc125cca9fe4a1 100644 (file)
@@ -308,7 +308,6 @@ int ParseFastaQCommand::execute(){
                 }
                 //report progress
                 if((count+1) % 10000 == 0){    m->mothurOut(toString(count+1)); m->mothurOutEndLine();         }
-                if(count > 100000){    break;  }
                 count++;
                        }
                }