X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=shhhercommand.cpp;h=c34f25de509c78b9e1b97b7c303142864e3c7e01;hb=0cefb55a2616975bd4a144fc345693695ffc9bb6;hp=115e930969323ba4655e0b5ba5c2a8e1166a1397;hpb=1f3d51cfdbe3e28c780501b7ed82d64fe27dba98;p=mothur.git diff --git a/shhhercommand.cpp b/shhhercommand.cpp index 115e930..c34f25d 100644 --- a/shhhercommand.cpp +++ b/shhhercommand.cpp @@ -802,7 +802,7 @@ string ShhherCommand::createNamesFile(){ duplicateNames[mapSeqToUnique[i]] += seqNameVector[i] + ','; } - string nameFileName = outputDir + m->getRootName(m->getSimpleName(flowFileName) + getOutputFileNameTag("name"); + string nameFileName = outputDir + m->getRootName(m->getSimpleName(flowFileName)) + getOutputFileNameTag("name"); ofstream nameFile; m->openOutputFile(nameFileName, nameFile); @@ -2309,7 +2309,7 @@ int ShhherCommand::driver(vector filenames, string thisCompositeFASTAFil if (m->control_pressed) { break; } vector otuCounts(numOTUs, 0); - for(int i=0;iread(clusterNameMap); ListVector* list = read->getListVector(); - SparseMatrix* matrix = read->getMatrix(); + SparseDistanceMatrix* matrix = read->getDMatrix(); delete read; delete clusterNameMap;