]> git.donarmstrong.com Git - mothur.git/blobdiff - trimseqscommand.h
fixed splash page citation
[mothur.git] / trimseqscommand.h
index ee79d777a8d11ffaa2e279e69463314f9c3b8938..ca029616870f97a31482a40497c645e240ae72db 100644 (file)
@@ -22,7 +22,7 @@ public:
        void help();
        
 private:
-       void getOligos(vector<ofstream*>&, vector<ofstream*>&);
+       void getOligos(vector<ofstream*>&);
        bool stripQualThreshold(Sequence&, ifstream&);
        bool cullQualAverage(Sequence&, ifstream&);
        bool stripBarcode(Sequence&, int&);
@@ -36,7 +36,7 @@ private:
        bool abort;
        string fastaFile, oligoFile, qFileName;
        
-       bool flip, allFiles;
+       bool flip, allFiles, qtrim;
        int numFPrimers, numRPrimers, maxAmbig, maxHomoP, minLength, maxLength, qThreshold, qAverage;
        vector<string> forPrimer, revPrimer;
        map<string, int> barcodes;