]> git.donarmstrong.com Git - mothur.git/blobdiff - trimseqscommand.h
changed normalize.shared and sub.sample commands to fix bug in normalize.shared and...
[mothur.git] / trimseqscommand.h
index 02a88e889654fd2c6d805e64fbd576a3e1ceb5ad..13d1a417684bbf3b96d8a9d05c0bde2a2e22c544 100644 (file)
@@ -42,7 +42,7 @@ private:
                linePair(unsigned long int i, unsigned long int j) : start(i), end(j) {}
        };
        
-       void getOligos(vector<vector<string> >&, vector<vector<string> >&, vector<vector<string> >&);
+       bool getOligos(vector<vector<string> >&, vector<vector<string> >&, vector<vector<string> >&);
        int stripBarcode(Sequence&, QualityScores&, int&);
        int stripForward(Sequence&, QualityScores&, int&);
        bool stripReverse(Sequence&, QualityScores&);
@@ -56,7 +56,7 @@ private:
        bool compareDNASeq(string, string);
        int countDiffs(string, string);
 
-       bool abort;
+       bool abort, createGroup;
        string fastaFile, oligoFile, qFileName, groupfile, nameFile, outputDir;
        
        bool flip, allFiles, qtrim;