]> git.donarmstrong.com Git - mothur.git/blobdiff - collectcommand.cpp
bugs fixes while testing for 1.5 release
[mothur.git] / collectcommand.cpp
index c3a58d6768d834487364b0844e2892219fe05873..fac13ecab2a6ca88e8de8cc2aded29eaac0630f7 100644 (file)
@@ -227,7 +227,7 @@ int CollectCommand::execute(){
                                cCurve->getCurve(freq);
                                delete cCurve;
                        
-                               mothurOut(order->getLabel() + "\t" + toString(count)); mothurOutEndLine();
+                               mothurOut(order->getLabel()); mothurOutEndLine();
                                processedLabels.insert(order->getLabel());
                                userLabels.erase(order->getLabel());
                                userLines.erase(count);
@@ -244,7 +244,7 @@ int CollectCommand::execute(){
                                cCurve->getCurve(freq);
                                delete cCurve;
                        
-                               mothurOut(order->getLabel() + "\t" + toString(count)); mothurOutEndLine();
+                               mothurOut(order->getLabel()); mothurOutEndLine();
                                processedLabels.insert(order->getLabel());
                                userLabels.erase(order->getLabel());
                        }
@@ -274,7 +274,7 @@ int CollectCommand::execute(){
                        delete order;
                        order = (input->getOrderVector(lastLabel));
                        
-                       mothurOut(order->getLabel() + "\t" + toString(count)); mothurOutEndLine();
+                       mothurOut(order->getLabel()); mothurOutEndLine();
                        
                        cCurve = new Collect(order, cDisplays);
                        cCurve->getCurve(freq);