X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=bootstrapsharedcommand.cpp;h=12c0b5e647fefccded7b826e23efb7d019e1b703;hp=a3717fe621057f9b8b9a88f09545c79438a2c032;hb=71b2121662daae3f9044252887d1c16eeddd85bb;hpb=5a9f3cce3e2e053c249e3e97507ce180f0854d76 diff --git a/bootstrapsharedcommand.cpp b/bootstrapsharedcommand.cpp index a3717fe..12c0b5e 100644 --- a/bootstrapsharedcommand.cpp +++ b/bootstrapsharedcommand.cpp @@ -228,7 +228,7 @@ int BootSharedCommand::execute(){ if(allLines == 1 || lines.count(count) == 1 || labels.count(order->getLabel()) == 1){ - mothurOut(order->getLabel() + "\t" + toString(count)); mothurOutEndLine(); + mothurOut(order->getLabel()); mothurOutEndLine(); process(order); processedLabels.insert(order->getLabel()); @@ -241,7 +241,7 @@ int BootSharedCommand::execute(){ delete order; order = input->getSharedOrderVector(lastLabel); - mothurOut(order->getLabel() + "\t" + toString(count)); mothurOutEndLine(); + mothurOut(order->getLabel()); mothurOutEndLine(); process(order); processedLabels.insert(order->getLabel()); @@ -274,7 +274,7 @@ int BootSharedCommand::execute(){ if (needToRun == true) { delete order; order = input->getSharedOrderVector(lastLabel); - mothurOut(order->getLabel() + "\t" + toString(count)); mothurOutEndLine(); + mothurOut(order->getLabel()); mothurOutEndLine(); process(order); delete order;