]> git.donarmstrong.com Git - mothur.git/blobdiff - getsabundcommand.cpp
bugs fixes while testing for 1.5 release
[mothur.git] / getsabundcommand.cpp
index 0be26ce1855e5137668b9e4dabc49af9f230ad77..5d99b6917b0130e0bec11742ab8fa862c4613db6 100644 (file)
@@ -127,7 +127,7 @@ int GetSAbundCommand::execute(){
                while((order != NULL) && ((allLines == 1) || (userLabels.size() != 0) || (userLines.size() != 0))) {
                        
                        if(allLines == 1 || lines.count(count) == 1 || labels.count(order->getLabel()) == 1){
-                                       mothurOut(order->getLabel() + "\t" + toString(count));  mothurOutEndLine();
+                                       mothurOut(order->getLabel());  mothurOutEndLine();
                                        sabund = new SAbundVector();
                                        *sabund = (order->getSAbundVector());
                                        sabund->print(out);
@@ -142,7 +142,7 @@ int GetSAbundCommand::execute(){
                                        delete order;           
                                        order = (input->getOrderVector(lastLabel));
                                        
-                                       mothurOut(order->getLabel() + "\t" + toString(count));  mothurOutEndLine();
+                                       mothurOut(order->getLabel());  mothurOutEndLine();
                                        sabund = new SAbundVector();
                                        *sabund = (order->getSAbundVector());
                                        sabund->print(out);
@@ -178,7 +178,7 @@ int GetSAbundCommand::execute(){
                        delete order;           
                        order = (input->getOrderVector(lastLabel));
                        
-                       mothurOut(order->getLabel() + "\t" + toString(count));  mothurOutEndLine();
+                       mothurOut(order->getLabel());  mothurOutEndLine();
                        sabund = new SAbundVector();
                        *sabund = (order->getSAbundVector());
                        sabund->print(out);