X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sequence.hpp;h=db4c4f32b9992a27f63e15908d881a77d5507980;hb=2009a1a1f47e7467094d844e7c07ab8ddf7bb447;hp=0a62e0c1ff6b60f20d58ed260847fb39eec44659;hpb=a33a385cc5b7481488f92f794425f01fbf40a543;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);