From: SarahsWork Date: Fri, 8 Mar 2013 23:33:27 +0000 (-0500) Subject: finished up adding N code to trim.flows X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=commitdiff_plain;h=0a9b5ee954b60abbd24c797cece23fb4a487cc8a finished up adding N code to trim.flows --- diff --git a/flowdata.cpp b/flowdata.cpp index d5adcf7..b2e856c 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;