]> git.donarmstrong.com Git - mothur.git/blobdiff - blastdb.hpp
fixed blast code path problem
[mothur.git] / blastdb.hpp
index a952897f05e496e09a6faaacf7c4de97d49bd132..dfb2a2ced94ae71623856930ee0c348802530acd 100644 (file)
@@ -12,6 +12,7 @@
  */
 
 #include "mothur.h"
+#include "globaldata.hpp"
 
 class BlastDB : public Database {
 public:
@@ -23,12 +24,14 @@ private:
        string dbFileName;
        string queryFileName;
        string blastFileName;
+       string path;
        
        float gapOpen;
        float gapExtend;
        float match;
        float misMatch;
        Sequence* emptySequence;
+       GlobalData* globaldata;
 };
 
 #endif