]> git.donarmstrong.com Git - mothur.git/blobdiff - sequence.hpp
added MPI code, broke up chimera.seqs into 5 separated commands, added parse.sff...
[mothur.git] / sequence.hpp
index 5f84d441c20d0fd8a0ed8f9284b7a32dfc9b4214..21b4c3874c9ccb1f5ab9eab31fe78fbd7f0a40c6 100644 (file)
@@ -47,6 +47,9 @@ public:
        bool getIsAligned();
        void printSequence(ostream&);
        
+       int MPISend(int); //not working at the moment...
+       int MPIRecv(int); //not working at the moment...
+       
 private:
        MothurOut* m;
        void initialize();