X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getmetacommunitycommand.cpp;h=2b944153a92e5c919a0e2269916f0ffbbc9d2395;hb=6ce64c0c32f0aa22eaf70953bd8264130e20e18f;hp=de59edf5204e20ab3c3541b767e50b91cbe5df64;hpb=0c5f99d1282405e20458e2822aa1a54774d2fa83;p=mothur.git diff --git a/getmetacommunitycommand.cpp b/getmetacommunitycommand.cpp index de59edf..2b94415 100644 --- a/getmetacommunitycommand.cpp +++ b/getmetacommunitycommand.cpp @@ -611,6 +611,12 @@ int GetMetaCommunityCommand::processDriver(vector& thislook finder = new qFinderDMM(sharedMatrix, numPartitions); } + string relabund = relabunds[i]; + string matrixName = matrix[i]; + outputNames.push_back(matrixName); outputTypes["matrix"].push_back(matrixName); + + finder->printZMatrix(matrixName, thisGroups); + double chi; vector silhouettes; if (method == "dmm") { double laplace = finder->getLaplace(); @@ -627,11 +633,6 @@ int GetMetaCommunityCommand::processDriver(vector& thislook minSilhouettes = silhouettes; } } - string relabund = relabunds[i]; - string matrixName = matrix[i]; - outputNames.push_back(matrixName); outputTypes["matrix"].push_back(matrixName); - - finder->printZMatrix(matrixName, thisGroups); if (method == "dmm") { finder->printFitData(cout, minLaplace);