]> git.donarmstrong.com Git - mothur.git/blobdiff - blastdb.hpp
added MPI code, broke up chimera.seqs into 5 separated commands, added parse.sff...
[mothur.git] / blastdb.hpp
index 0f8fccd7f19507737642e218e4a149c5f4a60e0b..d61aaecb5e0712b47458e000416b881719cc7e65 100644 (file)
@@ -18,13 +18,19 @@ class BlastDB : public Database {
 
 public:
        BlastDB(float, float, float, float);
+       BlastDB();
        ~BlastDB();
        
        void generateDB();
        void addSequence(Sequence);
        vector<int> findClosestSequences(Sequence*, int);
        vector<int> findClosestMegaBlast(Sequence*, int);
-
+       
+       #ifdef USE_MPI  
+       int MPISend(int); //just sends gapOpen, gapExtend, match and mismatch
+       int MPIRecv(int);
+       #endif
+       
 private:
        string dbFileName;
        string queryFileName;