]> git.donarmstrong.com Git - mothur.git/blobdiff - preclustercommand.cpp
adds group parameter to chimera.uchime so you can check for chimeras with template...
[mothur.git] / preclustercommand.cpp
index 67b2f31bebe6185fef4137d9c5e839a35b23f0b8..74eddbee75d7021b3ee8584da6b8236df52eca4c 100644 (file)
@@ -235,6 +235,8 @@ int PreClusterCommand::execute(){
                                
                        }
                        
+                       delete parser;
+                       
                        //run unique.seqs for deconvolute results
                        string inputString = "fasta=" + newFastaFile;
                        if (namefile != "") { inputString += ", name=" + newNamesFile; }