]> git.donarmstrong.com Git - mothur.git/blobdiff - metastatscommand.h
added load.logfile command. changed summary.single output for subsample=t.
[mothur.git] / metastatscommand.h
index 2c5c80cd863760f56d7f7653d49a713559c84821..377adf18db177f145e1578d41e455fd7c70d6733 100644 (file)
@@ -25,6 +25,7 @@ public:
        vector<string> 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;