X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=shhhseqscommand.h;h=a4695be5934eddf0fab5da392fe587b1a8199432;hb=0cefb55a2616975bd4a144fc345693695ffc9bb6;hp=1b0211afba43e5577abce79f89704114b3705b2f;hpb=3094cb29c613d9687e861e1d0cf9104b7141d24e;p=mothur.git diff --git a/shhhseqscommand.h b/shhhseqscommand.h index 1b0211a..a4695be 100644 --- a/shhhseqscommand.h +++ b/shhhseqscommand.h @@ -29,6 +29,7 @@ public: vector 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;