]> git.donarmstrong.com Git - mothur.git/blobdiff - sequence.hpp
added create.database command. fixed help in get.sharedseqs. added new constructor...
[mothur.git] / sequence.hpp
index 0a62e0c1ff6b60f20d58ed260847fb39eec44659..db4c4f32b9992a27f63e15908d881a77d5507980 100644 (file)
@@ -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);