]> git.donarmstrong.com Git - mothur.git/blobdiff - sequence.hpp
fixed problem with class.fy.seqs where group totals did not add up. added constructo...
[mothur.git] / sequence.hpp
index 21b4c3874c9ccb1f5ab9eab31fe78fbd7f0a40c6..95c3e51839029393798dc2f57848d5e325c6c2df 100644 (file)
@@ -26,6 +26,11 @@ public:
        Sequence(ifstream&);
        Sequence(istringstream&);
        
+       //these constructors just set the unaligned string to save space
+       Sequence(string, string, string);  
+       Sequence(ifstream&, string);
+       Sequence(istringstream&, string);
+       
        void setName(string);
        void setUnaligned(string);
        void setPairwise(string);
@@ -47,9 +52,6 @@ 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();