]> git.donarmstrong.com Git - mothur.git/blobdiff - trimflowscommand.h
Pat's fix
[mothur.git] / trimflowscommand.h
index e3a2814facba50904109c7f97a225e6a21b6589a..8656fd0b5b314084c6fd08cf614288aca2bbc763 100644 (file)
@@ -58,7 +58,9 @@ private:
        bool allFiles;
        int processors;
        int numFPrimers, numRPrimers;
-       int maxFlows, minFlows, minLength, maxLength, maxHomoP, tdiffs, bdiffs, pdiffs;
+    int numLinkers, numSpacers;
+
+    int maxFlows, minFlows, minLength, maxLength, maxHomoP, tdiffs, bdiffs, pdiffs;
        int numFlows;
        float signal, noise;
        bool fasta;
@@ -66,7 +68,6 @@ private:
        
        string flowFileName, oligoFileName, outputDir;
 
-
        map<string, int> barcodes;
        map<string, int> primers;
        vector<string> revPrimer;
@@ -83,7 +84,7 @@ private:
 //custom data structure for threads to use.
 // This is passed by void pointer so it can be any data type
 // that can be passed using a single void pointer (LPVOID).
-typedef struct trimFlowData {
+struct trimFlowData {
        string flowFileName; 
        string trimFlowFileName; 
        string scrapFlowFileName;