]> git.donarmstrong.com Git - mothur.git/blobdiff - trimseqscommand.h
added name option to read.tree for use in unifrac and parimony commands
[mothur.git] / trimseqscommand.h
index 87b813ff9afa8575855c5cca69916de7287f9d9f..9b02be9ef5ec0f5a50d0563ab87a7f7d053bdadc 100644 (file)
@@ -34,9 +34,9 @@ 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;
        map<string, int> barcodes;