]> git.donarmstrong.com Git - mothur.git/blobdiff - blastalign.hpp
fixed blast code path problem
[mothur.git] / blastalign.hpp
index 0f755d852cb0fdb793c40e88613dd8b19076c991..696c134375785698c1c15649fef4adc2df783a4a 100644 (file)
@@ -12,6 +12,7 @@
  */
  
 #include "mothur.h"
+#include "globaldata.hpp"
 
 class BlastAlignment : public Alignment {
 
@@ -24,11 +25,13 @@ private:
        string candidateFileName;
        string templateFileName;
        string blastFileName;
+       string path;
 
        void setPairwiseSeqs();
        float match;
        float mismatch;
        float gapOpen;
        float gapExtend;
+       GlobalData* globaldata;
 };