]> git.donarmstrong.com Git - mothur.git/blobdiff - trimseqscommand.h
added checks for ^C to quit command instead of program
[mothur.git] / trimseqscommand.h
index 9b02be9ef5ec0f5a50d0563ab87a7f7d053bdadc..a93eba072eef5f9b6dd62b578331ee862272e76b 100644 (file)
@@ -38,7 +38,7 @@ private:
        
        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;
 };