X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=trimflowscommand.h;h=414c73cd1d2e6740b89d5200a5c7e7c704097ed6;hb=e339f9008daa7d37c9a9034829565620a6abe783;hp=8c996dd9782734a5e9e209ecea4a57f1b1e1d333;hpb=755185afe1c287b8c6eddf9eedd293a38fc9f998;p=mothur.git diff --git a/trimflowscommand.h b/trimflowscommand.h index 8c996dd..414c73c 100644 --- a/trimflowscommand.h +++ b/trimflowscommand.h @@ -49,7 +49,8 @@ private: vector getFlowFileBreaks(); int createProcessesCreateTrim(string, string, string, string, vector >); int driverCreateTrim(string, string, string, string, vector >, linePair*); - + string reverseOligo(string); + vector outputNames; set filesToRemove; @@ -66,7 +67,6 @@ private: string flowFileName, oligoFileName, outputDir; - map barcodes; map primers; vector revPrimer; @@ -132,7 +132,7 @@ struct trimFlowData { }; /**************************************************************************************************/ -#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) +#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) #else static DWORD WINAPI MyTrimFlowThreadFunction(LPVOID lpParam){ trimFlowData* pDataArray;