X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getsabundcommand.cpp;h=5d99b6917b0130e0bec11742ab8fa862c4613db6;hb=30b3ffcd1cfd08e7144ae721bb53e27eb3f7a5d1;hp=0be26ce1855e5137668b9e4dabc49af9f230ad77;hpb=510b1cfc25cd79391d6973ca20c5ec25fb1bb3b2;p=mothur.git diff --git a/getsabundcommand.cpp b/getsabundcommand.cpp index 0be26ce..5d99b69 100644 --- a/getsabundcommand.cpp +++ b/getsabundcommand.cpp @@ -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);