]> git.donarmstrong.com Git - mothur.git/blobdiff - sensspeccommand.cpp
fixed bug with tree reading
[mothur.git] / sensspeccommand.cpp
index 7c4dc1322e9b69cbc021274a292098c7bbe67b57..c7f67b40b0e10ae14741600f9b8b3b8d7e0adaa2 100644 (file)
@@ -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;       
        }