]> git.donarmstrong.com Git - mothur.git/blobdiff - collectsharedcommand.cpp
bugs for 1.5
[mothur.git] / collectsharedcommand.cpp
index e158dbb7395b5b7ce643524e24d3ec2f01d58bcc..ae2c52e7c03a9c713930bd77edc22bc402a1b51f 100644 (file)
@@ -251,7 +251,7 @@ int CollectSharedCommand::execute(){
                                cCurve->getSharedCurve(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);
@@ -267,7 +267,7 @@ int CollectSharedCommand::execute(){
                                cCurve->getSharedCurve(freq);
                                delete cCurve;
                        
-                               mothurOut(order->getLabel() + "\t" + toString(count)); mothurOutEndLine();
+                               mothurOut(order->getLabel()); mothurOutEndLine();
                                processedLabels.insert(order->getLabel());
                                userLabels.erase(order->getLabel());
                        }
@@ -303,7 +303,7 @@ int CollectSharedCommand::execute(){
                        cCurve->getCurve(freq);
                        delete cCurve;
                        
-                       mothurOut(order->getLabel() + "\t" + toString(count)); mothurOutEndLine();
+                       mothurOut(order->getLabel()); mothurOutEndLine();
                        delete order;
                }