X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=preclustercommand.h;h=084bdc61ee464c665e2f37e200b38c09b85e8ef6;hb=3cd964b03f04bc569c4a7d0b99be9908c54c1d44;hp=3712302bee105cec37e6834dbc2b017584c9e2d5;hpb=7f0cae4f4853cc3f12bc751ee06ea31c7c97496e;p=mothur.git diff --git a/preclustercommand.h b/preclustercommand.h index 3712302..084bdc6 100644 --- a/preclustercommand.h +++ b/preclustercommand.h @@ -41,6 +41,7 @@ public: vector setParameters(); string getCommandName() { return "pre.cluster"; } string getCommandCategory() { return "Sequence Processing"; } + string getOutputFileNameTag(string, string); string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/Pre.cluster"; } string getDescription() { return "implements a pseudo-single linkage algorithm with the goal of removing sequences that are likely due to pyrosequencing errors"; } @@ -113,7 +114,7 @@ struct preClusterData { }; /**************************************************************************************************/ -#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) +#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) #else static DWORD WINAPI MyPreclusterThreadFunction(LPVOID lpParam){ preClusterData* pDataArray;