]> git.donarmstrong.com Git - mothur.git/blobdiff - trimseqscommand.h
worked on trim.seqs
[mothur.git] / trimseqscommand.h
index e2b0687e2108bc2f6bc95201917dd08d67f757bf..a4a4215277fadbdb5857dea6d9e9319e233cad01 100644 (file)
@@ -32,8 +32,8 @@ private:
        void getOligos(vector<string>&);
        bool stripQualThreshold(Sequence&, ifstream&);
        bool cullQualAverage(Sequence&, ifstream&);
-       bool stripBarcode(Sequence&, int&);
-       bool stripForward(Sequence&);
+       int stripBarcode(Sequence&, int&);
+       int stripForward(Sequence&);
        bool stripReverse(Sequence&);
        bool cullLength(Sequence&);
        bool cullHomoP(Sequence&);