]> git.donarmstrong.com Git - mothur.git/blobdiff - preclustercommand.cpp
added keep dots to pcr.seqs. fixed pre.cluster name file name when group option is...
[mothur.git] / preclustercommand.cpp
index 23d738650f0e8d6aa84caff684c73becb93cdb70..f2fbc80088b1adf2927ee78d5b1e02fbf9691cb1 100644 (file)
@@ -229,6 +229,7 @@ int PreClusterCommand::execute(){
                        m->mothurOut("/******************************************/"); m->mothurOutEndLine(); 
                        
                        m->renameFile(filenames["fasta"][0], newFastaFile);
+            m->renameFile(filenames["name"][0], newNamesFile);
                        
                        m->mothurOut("It took " + toString(time(NULL) - start) + " secs to run pre.cluster."); m->mothurOutEndLine();