]> git.donarmstrong.com Git - mothur.git/blobdiff - normalizesharedcommand.cpp
changed cluster.classic so that it does not adjust the cutoff
[mothur.git] / normalizesharedcommand.cpp
index 8aec029d9ec718327cc8c2e677f215e7b9e5cc88..16b9732ebdb25e936bbda1537825467f400cf079 100644 (file)
@@ -310,7 +310,8 @@ int NormalizeSharedCommand::normalize(vector<SharedRAbundVector*>& thisLookUp, o
                                        float newNorm = relabund * norm;
                                        //round to nearest int
                                        finalNorm = (int) floor((newNorm + 0.5));
-                                       
+                                       //cout << thisLookUp[i]->getGroup() << '\t' << abund << '\t' << relabund << '\t' << norm << '\t' << newNorm << '\t' << finalNorm << endl;
+                               
                                }else{ m->mothurOut(method + " is not a valid scaling option."); m->mothurOutEndLine(); m->control_pressed = true; return 0; }
                                
                                //cout << finalNorm << '\t';