]> git.donarmstrong.com Git - mothur.git/blobdiff - trimseqscommand.h
1.9
[mothur.git] / trimseqscommand.h
index ee79d777a8d11ffaa2e279e69463314f9c3b8938..a93eba072eef5f9b6dd62b578331ee862272e76b 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&);
@@ -34,11 +34,11 @@ private:
        bool compareDNASeq(string, string);
 
        bool abort;
-       string fastaFile, oligoFile, qFileName;
+       string fastaFile, oligoFile, qFileName, outputDir;
        
-       bool flip, allFiles;
+       bool flip, allFiles, qtrim;
        int numFPrimers, numRPrimers, maxAmbig, maxHomoP, minLength, maxLength, qThreshold, qAverage;
-       vector<string> forPrimer, revPrimer;
+       vector<string> forPrimer, revPrimer, outputNames;
        map<string, int> barcodes;
        vector<string> groupVector;
 };