From 0a9b5ee954b60abbd24c797cece23fb4a487cc8a Mon Sep 17 00:00:00 2001 From: SarahsWork Date: Fri, 8 Mar 2013 18:33:27 -0500 Subject: [PATCH] finished up adding N code to trim.flows --- flowdata.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2