X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=metastatscommand.h;h=7884130ad55dda3fff3fb7880a4c80e6fe15ed9b;hb=4b54ce99af7db8019ea907cd7c2edf789369ada9;hp=2c5c80cd863760f56d7f7653d49a713559c84821;hpb=6b2ac07f3e9ee57594d2358a3a25f9f700bd7362;p=mothur.git diff --git a/metastatscommand.h b/metastatscommand.h index 2c5c80c..7884130 100644 --- a/metastatscommand.h +++ b/metastatscommand.h @@ -25,7 +25,9 @@ public: vector setParameters(); string getCommandName() { return "metastats"; } string getCommandCategory() { return "OTU-Based Approaches"; } + string getHelpString(); + string getOutputPattern(string); 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 +89,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;