]> git.donarmstrong.com Git - mothur.git/commitdiff
changed random forest output filename
authorkdiverson <kd.iverson@gmail.com>
Tue, 10 Sep 2013 13:52:01 +0000 (09:52 -0400)
committerkdiverson <kd.iverson@gmail.com>
Tue, 10 Sep 2013 13:52:01 +0000 (09:52 -0400)
classifysharedcommand.cpp

index 6e32fd1e800023348e4a58eeaad678f262430d25..61914629732f3d690ade523b632d28b6b562431f 100755 (executable)
@@ -377,7 +377,7 @@ void ClassifySharedCommand::processSharedAndDesignData(vector<SharedRAbundVector
         randomForest.calcForrestErrorRate();
         
         map<string, string> variables; 
         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);
         variables["[distance]"] = lookup[0]->getLabel();
         string filename = getOutputFileName("summary", variables);
         outputNames.push_back(filename); outputTypes["summary"].push_back(filename);