X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=blastalign.cpp;fp=blastalign.cpp;h=cb6abf97b8840aa32bfc4e9bf95315e30e4dbf10;hb=02909d6cae9963ba00dc746969a370fa8ca934fc;hp=e4d5e8ac039d60f9f1352d6408121246f9d9864d;hpb=e7729bb337cfefcaba24549092cc89b44002af39;p=mothur.git diff --git a/blastalign.cpp b/blastalign.cpp index e4d5e8a..cb6abf9 100644 --- a/blastalign.cpp +++ b/blastalign.cpp @@ -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(); } //**************************************************************************************************/