]> git.donarmstrong.com Git - mothur.git/blobdiff - preclustercommand.h
cleaned up code2
[mothur.git] / preclustercommand.h
index 3712302bee105cec37e6834dbc2b017584c9e2d5..084bdc61ee464c665e2f37e200b38c09b85e8ef6 100644 (file)
@@ -41,6 +41,7 @@ public:
        vector<string> 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;