]> git.donarmstrong.com Git - mothur.git/blobdiff - metastatscommand.cpp
adding labels to list file.
[mothur.git] / metastatscommand.cpp
index 204d83e10df302ba17d3303c0bdb0a81f54536be..33b559fc2dc358017c90fd44fe77ec0be61acb65 100644 (file)
@@ -646,7 +646,7 @@ int MetaStatsCommand::convertToInput(vector<SharedRAbundVector*>& subset, string
         out << subset[subset.size()-1]->getGroup() << endl;
         
         for (int i = 0; i < subset[0]->getNumBins(); i++) {
-            out << m->currentBinLabels[i] << '\t';
+            out << m->currentSharedBinLabels[i] << '\t';
             for (int j = 0; j < subset.size()-1; j++) {
                 out << subset[j]->getAbundance(i) << '\t';
             }