X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sequence.hpp;h=db4c4f32b9992a27f63e15908d881a77d5507980;hb=8da8321bc4d705f6c156248d6229c60a0204f750;hp=0a62e0c1ff6b60f20d58ed260847fb39eec44659;hpb=b86361f726a0d1dfc9f2e91b795e402d97c46f9d;p=mothur.git diff --git a/sequence.hpp b/sequence.hpp index 0a62e0c..db4c4f3 100644 --- a/sequence.hpp +++ b/sequence.hpp @@ -27,6 +27,7 @@ public: Sequence(); Sequence(string, string); Sequence(ifstream&); + Sequence(ifstream&, string&, bool); Sequence(istringstream&); //these constructors just set the unaligned string to save space Sequence(string, string, string);