X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sensspeccommand.cpp;h=c7f67b40b0e10ae14741600f9b8b3b8d7e0adaa2;hb=0e051b4cfda410b0d441da6ff2f96d4bbe1d9e5a;hp=7c4dc1322e9b69cbc021274a292098c7bbe67b57;hpb=d4429ccc354708f3c9a13c809ba9b57c22908d2b;p=mothur.git diff --git a/sensspeccommand.cpp b/sensspeccommand.cpp index 7c4dc13..c7f67b4 100644 --- a/sensspeccommand.cpp +++ b/sensspeccommand.cpp @@ -208,6 +208,11 @@ int SensSpecCommand::execute(){ if(format == "phylip") { processPhylip(); } else if(format == "column") { processColumn(); } + m->mothurOutEndLine(); + m->mothurOut("Output File Name: "); m->mothurOutEndLine(); + m->mothurOut(sensSpecFileName); m->mothurOutEndLine(); + m->mothurOutEndLine(); + return 0; }