]> git.donarmstrong.com Git - mothur.git/blobdiff - myPerseus.cpp
fixed bug with trim.flows that was adding flow files names to the .flow.files file...
[mothur.git] / myPerseus.cpp
index b342393aa9a82e3dcb00190f6648edc7110779b3..3cf38cdb9d752652cc70a865ce6b1b87e1da939b 100644 (file)
@@ -548,7 +548,7 @@ int Perseus::getChimera(vector<seqData> sequences,
                rightParent = -1;
                breakPoint = -1;
                
-               for(int l=0;l<seqLength;l++){
+               for(int l=0;l<seqLength-1;l++){
                        
                        if (m->control_pressed) { return 0; }