From: SarahsWork Date: Fri, 8 Mar 2013 21:59:57 +0000 (-0500) Subject: added N for trimOligos change X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=commitdiff_plain;h=08ab48641e3c75cc341971a374f771ad860f6f2b added N for trimOligos change --- diff --git a/flowdata.cpp b/flowdata.cpp index b2e856c..d5adcf7 100644 --- a/flowdata.cpp +++ b/flowdata.cpp @@ -86,7 +86,7 @@ string FlowData::getSequenceName(ifstream& flowFile) { void FlowData::updateEndFlow(){ try{ - if (baseFlow.length() > 4) { return; } + //if (baseFlow.length() > 4) { return; } //int currLength = 0; float maxIntensity = (float) maxHomoP + 0.49;