]> git.donarmstrong.com Git - mothur.git/blobdiff - rarefactcommand.cpp
bugs fixes while testing for 1.5 release
[mothur.git] / rarefactcommand.cpp
index ee0c38f4d05de762222c284fb6e94c74569a95e5..41c38e86899f35d0dfc93e6f54a6f63b6f845254 100644 (file)
@@ -203,7 +203,7 @@ int RareFactCommand::execute(){
                                rCurve->getCurve(freq, nIters);
                                delete rCurve;
                        
-                               mothurOut(order->getLabel() + "\t" + toString(count)); mothurOutEndLine();
+                               mothurOut(order->getLabel()); mothurOutEndLine();
                                processedLabels.insert(order->getLabel());
                                userLabels.erase(order->getLabel());
                                userLines.erase(count);
@@ -217,7 +217,7 @@ int RareFactCommand::execute(){
                                rCurve->getCurve(freq, nIters);
                                delete rCurve;
                        
-                               mothurOut(order->getLabel() + "\t" + toString(count)); mothurOutEndLine();
+                               mothurOut(order->getLabel()); mothurOutEndLine();
                                processedLabels.insert(order->getLabel());
                                userLabels.erase(order->getLabel());
                        }
@@ -251,7 +251,7 @@ int RareFactCommand::execute(){
                        rCurve->getCurve(freq, nIters);
                        delete rCurve;
                        
-                       mothurOut(order->getLabel() + "\t" + toString(count)); mothurOutEndLine();
+                       mothurOut(order->getLabel()); mothurOutEndLine();
                        delete order;
                }