]> git.donarmstrong.com Git - mothur.git/blobdiff - sequence.hpp
mods to seq.errror
[mothur.git] / sequence.hpp
index c634f78b6522e43742800b0a4541d910eb7d6be3..94d7d29b6117da80862e9fc8b3d0855c4adb8edd 100644 (file)
@@ -37,15 +37,19 @@ public:
        void setAligned(string);
        void setLength();
        void reverseComplement();
+       void trim(int);
        
        string convert2ints();
        string getName();
        string getAligned();
        string getPairwise();
        string getUnaligned();
+       string getInlineSeq();
        int getNumBases();
        int getStartPos();
        int getEndPos();
+       void padToPos(int);
+       void padFromPos(int);
        int getAlignLength();
        int getAmbigBases();
        void removeAmbigBases();