X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=metastatscommand.h;h=377adf18db177f145e1578d41e455fd7c70d6733;hb=49d2b7459c5027557564b21e9487dadafbbbdc96;hp=2c5c80cd863760f56d7f7653d49a713559c84821;hpb=6b2ac07f3e9ee57594d2358a3a25f9f700bd7362;p=mothur.git diff --git a/metastatscommand.h b/metastatscommand.h index 2c5c80c..377adf1 100644 --- a/metastatscommand.h +++ b/metastatscommand.h @@ -25,6 +25,7 @@ public: vector setParameters(); string getCommandName() { return "metastats"; } string getCommandCategory() { return "OTU-Based Approaches"; } + string getOutputFileNameTag(string, string); string getHelpString(); string getCitation() { return "White JR, Nagarajan N, Pop M (2009). Statistical methods for detecting differentially abundant features in clinical metagenomic samples. PLoS Comput Biol 5: e1000352. \nhttp://www.mothur.org/wiki/Metastats"; } string getDescription() { return "detects differentially abundant features in clinical metagenomic samples"; } @@ -87,7 +88,7 @@ struct metastatsData { } }; /**************************************************************************************************/ -#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) +#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) #else static DWORD WINAPI MyMetastatsThreadFunction(LPVOID lpParam){ metastatsData* pDataArray;