X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=classifysharedcommand.cpp;h=61914629732f3d690ade523b632d28b6b562431f;hb=050a3ff02473a3d4c0980964e1a9ebe52e55d6b8;hp=6e32fd1e800023348e4a58eeaad678f262430d25;hpb=474169ba99de5088af0bcd941a829d7b3962614f;p=mothur.git 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);