]> git.donarmstrong.com Git - mothur.git/blobdiff - shhhseqscommand.h
working on mgcluster count file change
[mothur.git] / shhhseqscommand.h
index 1b0211afba43e5577abce79f89704114b3705b2f..a4695be5934eddf0fab5da392fe587b1a8199432 100644 (file)
@@ -29,6 +29,7 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "shhh.seqs";   }
        string getCommandCategory()             { return "Sequence Processing";         }
+       string getOutputFileNameTag(string, string);
        string getHelpString(); 
        string getCitation() { return "http://www.mothur.org/wiki/Shhh.seqs"; }
        string getDescription()         { return "shhh.seqs"; }
@@ -97,7 +98,7 @@ struct shhhseqsData {
 };
 
 /**************************************************************************************************/
-#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux)
+#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix)
 #else
 static DWORD WINAPI MyShhhSeqsThreadFunction(LPVOID lpParam){ 
        shhhseqsData* pDataArray;