From: kdiverson Date: Tue, 10 Sep 2013 13:52:01 +0000 (-0400) Subject: changed random forest output filename X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=commitdiff_plain;h=050a3ff02473a3d4c0980964e1a9ebe52e55d6b8 changed random forest output filename --- diff --git a/classifysharedcommand.cpp b/classifysharedcommand.cpp index 6e32fd1..6191462 100755 --- a/classifysharedcommand.cpp +++ b/classifysharedcommand.cpp @@ -377,7 +377,7 @@ void ClassifySharedCommand::processSharedAndDesignData(vector variables; - variables["[filename]"] = outputDir + m->getRootName(m->getSimpleName(sharedfile)); + variables["[filename]"] = outputDir + m->getRootName(m->getSimpleName(sharedfile)) + ".RF."; variables["[distance]"] = lookup[0]->getLabel(); string filename = getOutputFileName("summary", variables); outputNames.push_back(filename); outputTypes["summary"].push_back(filename);