X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=summarytaxcommand.cpp;h=ffa304102b95570669e4e977a9f4859b18c24c71;hb=791f42d21a85f794529fd4c912dcc27d873c25e8;hp=a19986aba92ffeae80d3786c2322dc3d7d5bb461;hpb=763d07b1c215b1bdc9d5d63431f78cfecc60acf5;p=mothur.git diff --git a/summarytaxcommand.cpp b/summarytaxcommand.cpp index a19986a..ffa3041 100644 --- a/summarytaxcommand.cpp +++ b/summarytaxcommand.cpp @@ -157,6 +157,12 @@ SummaryTaxCommand::SummaryTaxCommand(string option) { outputDir = ""; outputDir += m->hasPath(taxfile); //if user entered a file with a path then preserve it } + + if (namefile == "") { + vector files; files.push_back(taxfile); + parser.getNameFile(files); + } + } } catch(exception& e) {