X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=pipelinepdscommand.cpp;fp=pipelinepdscommand.cpp;h=22f5a97b498187b23b651695e8b3d9a1b8cef1f6;hb=8f909cf6870cc2e4d8ed8cff69a203f6f83a160b;hp=0217d392a1e0454be1319b13e9f750d3a1e1d1fc;hpb=f09bacac01a842a74c1c1b69070852cc969ff506;p=mothur.git diff --git a/pipelinepdscommand.cpp b/pipelinepdscommand.cpp index 0217d39..22f5a97 100644 --- a/pipelinepdscommand.cpp +++ b/pipelinepdscommand.cpp @@ -238,6 +238,8 @@ int PipelineCommand::execute(){ try { if (abort == true) { return 0; } + int start = time(NULL); + if (pipeFilename == "") { createPatsPipeline(); @@ -279,6 +281,8 @@ int PipelineCommand::execute(){ if (m->control_pressed) { return 0; } + m->mothurOut("It took " + toString(time(NULL) - start) + " secs to run the pipeline analysis."); m->mothurOutEndLine(); m->mothurOutEndLine(); + m->mothurOutEndLine(); m->mothurOut("Output File Names: "); m->mothurOutEndLine(); for (int i = 0; i < outputNames.size(); i++) { m->mothurOut(outputNames[i]); m->mothurOutEndLine(); }