X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=getmetacommunitycommand.cpp;h=08cd35a9470406ba0d4827b7e3b10a94f7de94ad;hp=8f78ca2a45fce56f6ef8996c880b48677ae32357;hb=499f4ac6e321f9f03d4c3aa25c3b6880892c8b83;hpb=875ab4b2eec77b920e9fa0042f9a2aae2faff2b0 diff --git a/getmetacommunitycommand.cpp b/getmetacommunitycommand.cpp index 8f78ca2..08cd35a 100644 --- a/getmetacommunitycommand.cpp +++ b/getmetacommunitycommand.cpp @@ -577,7 +577,7 @@ int GetMetaCommunityCommand::processDriver(vector& thislook outputNames.push_back(matrixName); outputTypes["matrix"].push_back(matrixName); findQ.printZMatrix(matrixName, thisGroups); - findQ.printRelAbund(relabund, m->currentBinLabels); + findQ.printRelAbund(relabund, m->currentSharedBinLabels); if(optimizegap != -1 && (numPartitions - minPartition) >= optimizegap && numPartitions >= minpartitions){ string tempDoneFile = m->getRootName(m->getSimpleName(sharedfile)) + toString(processID) + ".done.temp";