]> git.donarmstrong.com Git - mothur.git/blobdiff - classifysharedcommand.cpp
changed random forest output filename
[mothur.git] / classifysharedcommand.cpp
index 6e32fd1e800023348e4a58eeaad678f262430d25..61914629732f3d690ade523b632d28b6b562431f 100755 (executable)
@@ -377,7 +377,7 @@ void ClassifySharedCommand::processSharedAndDesignData(vector<SharedRAbundVector
         randomForest.calcForrestErrorRate();
         
         map<string, string> 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);