]> git.donarmstrong.com Git - mothur.git/blobdiff - sequence.hpp
added code to format fast files for uchime. started work on sff.multiple command
[mothur.git] / sequence.hpp
index af0cba814baece3ae9ce4abae02b3fa7370769cf..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);  
@@ -52,6 +53,8 @@ public:
        int getEndPos();
        void padToPos(int);
        void padFromPos(int);
+    int filterToPos(int); //any character before the pos is changed to . and aligned and unaligned strings changed
+    int filterFromPos(int); //any character after the pos is changed to . and aligned and unaligned strings changed
        int getAlignLength();
        int getAmbigBases();
        void removeAmbigBases();