]> git.donarmstrong.com Git - mothur.git/blobdiff - parsimonycommand.h
fixed craig nelsons weighted bug and paralellized parsimony
[mothur.git] / parsimonycommand.h
index 04acd302891f36df23399ac9d9b1694535c7005e..9e756b884fb087f95ca0d43c23027c8caaa33b3f 100644 (file)
@@ -44,7 +44,7 @@ private:
        Parsimony* pars;
        vector<string> groupComb; // AB. AC, BC...
        string sumFile, randomtree, allGroups, outputDir;
-       int iters, numGroups, numComp, counter;
+       int iters, numGroups, numComp, counter, processors;
        vector<int> numEachGroup; //vector containing the number of sequences in each group the users wants for random distrib.
        vector< vector<float> > userTreeScores; //scores for users trees for each comb.
        vector< vector<float> > UScoreSig;  //tree score signifigance when compared to random trees - percentage of random trees with that score or lower.