]> git.donarmstrong.com Git - mothur.git/blobdiff - getmetacommunitycommand.cpp
adding labels to list file.
[mothur.git] / getmetacommunitycommand.cpp
index 8f78ca2a45fce56f6ef8996c880b48677ae32357..08cd35a9470406ba0d4827b7e3b10a94f7de94ad 100644 (file)
@@ -577,7 +577,7 @@ int GetMetaCommunityCommand::processDriver(vector<SharedRAbundVector*>& 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";