X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=rarefactsharedcommand.cpp;h=79bf7bb113ddd682849421f577c80fee3baff082;hb=71b2121662daae3f9044252887d1c16eeddd85bb;hp=5914f156a1a01831ce7cf6d2f3c52696c529f466;hpb=861f46b74c17adec8c6ad6d89f232ae7485797bf;p=mothur.git diff --git a/rarefactsharedcommand.cpp b/rarefactsharedcommand.cpp index 5914f15..79bf7bb 100644 --- a/rarefactsharedcommand.cpp +++ b/rarefactsharedcommand.cpp @@ -196,7 +196,7 @@ int RareFactSharedCommand::execute(){ rCurve->getSharedCurve(freq, nIters); delete rCurve; - mothurOut(lookup[0]->getLabel() + "\t" + toString(count)); mothurOutEndLine(); + mothurOut(lookup[0]->getLabel()); mothurOutEndLine(); processedLabels.insert(lookup[0]->getLabel()); userLabels.erase(lookup[0]->getLabel()); userLines.erase(count); @@ -206,7 +206,7 @@ int RareFactSharedCommand::execute(){ for (int i = 0; i < lookup.size(); i++) { delete lookup[i]; } lookup = input->getSharedRAbundVectors(lastLabel); - mothurOut(lookup[0]->getLabel() + "\t" + toString(count)); mothurOutEndLine(); + mothurOut(lookup[0]->getLabel()); mothurOutEndLine(); rCurve = new Rarefact(lookup, rDisplays); rCurve->getSharedCurve(freq, nIters); delete rCurve; @@ -242,7 +242,7 @@ int RareFactSharedCommand::execute(){ for (int i = 0; i < lookup.size(); i++) { delete lookup[i]; } lookup = input->getSharedRAbundVectors(lastLabel); - mothurOut(lookup[0]->getLabel() + "\t" + toString(count)); mothurOutEndLine(); + mothurOut(lookup[0]->getLabel()); mothurOutEndLine(); rCurve = new Rarefact(lookup, rDisplays); rCurve->getSharedCurve(freq, nIters); delete rCurve;