From: westcott Date: Wed, 18 Feb 2009 18:51:16 +0000 (+0000) Subject: parsimony command now uses groups, fixed bug with unweighted groups X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=70ac1dc59244e259b1a972385d490d2ac7f511c0;p=mothur.git parsimony command now uses groups, fixed bug with unweighted groups --- diff --git a/parsimonycommand.cpp b/parsimonycommand.cpp index 534ff0b..fe5a1dd 100644 --- a/parsimonycommand.cpp +++ b/parsimonycommand.cpp @@ -89,6 +89,7 @@ int ParsimonyCommand::execute() { for (int i = 0; i < T.size(); i++) { cout << "Processing tree " << i+1 << endl; userData = pars->getValues(T[i]); //userData[0] = pscore + cout << "Tree " << i+1 << " parsimony score = " << userData[0] << endl; //update uscoreFreq it = uscoreFreq.find(userData[0]); if (it == uscoreFreq.end()) {//new score