X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=chimeraslayercommand.cpp;h=fceef2180163f60e3c33cfecb7e861839c4bd1c7;hb=67ea6ccd74dbd64828d31b952808255f206364ff;hp=d8e0952a8b9f89cd237946a27ea624f11fa42898;hpb=859e3a473a3e63e0060c49be70b80f9289253da2;p=mothur.git diff --git a/chimeraslayercommand.cpp b/chimeraslayercommand.cpp index d8e0952..fceef21 100644 --- a/chimeraslayercommand.cpp +++ b/chimeraslayercommand.cpp @@ -837,6 +837,11 @@ int ChimeraSlayerCommand::execute(){ } } + 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(); for (int i = 0; i < outputNames.size(); i++) { m->mothurOut(outputNames[i]); m->mothurOutEndLine(); }