X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=chimerauchimecommand.cpp;h=e82dc1bc8dce5ffd0887025d5816b5eec8d0eab9;hb=037b7fccc64a5c7d5d5c23a949273a912160a400;hp=1d7e252cb702f58138ae0e756460bb98273b8908;hpb=196c22d0f93ba48e8ec54ab76608b6e3ba5e68cc;p=mothur.git diff --git a/chimerauchimecommand.cpp b/chimerauchimecommand.cpp index 1d7e252..e82dc1b 100644 --- a/chimerauchimecommand.cpp +++ b/chimerauchimecommand.cpp @@ -820,6 +820,11 @@ int ChimeraUchimeCommand::execute(){ if (itTypes != outputTypes.end()) { if ((itTypes->second).size() != 0) { current = (itTypes->second)[0]; m->setAccnosFile(current); } } + + itTypes = outputTypes.find("count"); + if (itTypes != outputTypes.end()) { + if ((itTypes->second).size() != 0) { current = (itTypes->second)[0]; m->setCountTableFile(current); } + } m->mothurOutEndLine(); m->mothurOut("Output File Names: "); m->mothurOutEndLine();