]> git.donarmstrong.com Git - mothur.git/blobdiff - clustercommand.cpp
changes while testing 1.27
[mothur.git] / clustercommand.cpp
index 19eaf85bc04fdce079f21a189c7d5bd4baa6eca0..5a469963875ab3673e4d9b892e9ecf472f5af09e 100644 (file)
@@ -481,12 +481,12 @@ void ClusterCommand::printData(string label){
                loops = 0;
                start = time(NULL);
         
+        oldRAbund.setLabel(label);
         if (countfile == "") {
             oldRAbund.print(rabundFile);
             oldRAbund.getSAbundVector().print(sabundFile);
         }
-        
-        oldRAbund.setLabel(label);
+       
         if (m->isTrue(showabund)) {
             oldRAbund.getSAbundVector().print(cout);
         }