]> git.donarmstrong.com Git - mothur.git/blobdiff - clusterfragmentscommand.cpp
working on windows paralellization, added trimOligos class to be used by trim.flows...
[mothur.git] / clusterfragmentscommand.cpp
index 5c8d12b1d9bbb2a32798bacdb7c762110b8cf343..8d2d3eac9ba398dbce884d61c99dd81b3f2442b6 100644 (file)
@@ -226,7 +226,7 @@ int ClusterFragmentsCommand::execute(){
                string fileroot = outputDir + m->getRootName(m->getSimpleName(fastafile));
                
                string newFastaFile = fileroot + "fragclust.fasta";
-               string newNamesFile = fileroot + "names";
+               string newNamesFile = fileroot + "fragclust.names";
                
                if (m->control_pressed) { return 0; }