X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=classifysharedcommand.cpp;h=482a3eb7969007ba592c5e061c455be24d0cae55;hb=3503ee51ce297cd232ee0a98ace045358a2dc10f;hp=6e32fd1e800023348e4a58eeaad678f262430d25;hpb=474169ba99de5088af0bcd941a829d7b3962614f;p=mothur.git diff --git a/classifysharedcommand.cpp b/classifysharedcommand.cpp index 6e32fd1..482a3eb 100755 --- a/classifysharedcommand.cpp +++ b/classifysharedcommand.cpp @@ -375,9 +375,10 @@ 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);