]> git.donarmstrong.com Git - mothur.git/blobdiff - blastalign.cpp
fixed some bugs
[mothur.git] / blastalign.cpp
index e4d5e8ac039d60f9f1352d6408121246f9d9864d..cb6abf97b8840aa32bfc4e9bf95315e30e4dbf10 100644 (file)
@@ -154,6 +154,7 @@ void BlastAlignment::setPairwiseSeqs(){     //      This method call assigns the blast ge
                seqAaln += 'Z';                                                 //      again need ot pad the sequences so that they extend to the length
                seqBaln += 'X';                                                 //      of the template sequence
        }
+       blastFile.close();
 }
 
 //**************************************************************************************************/