]> git.donarmstrong.com Git - mothur.git/blobdiff - summaryqualcommand.h
added load.logfile command. changed summary.single output for subsample=t.
[mothur.git] / summaryqualcommand.h
index d7aa39a5c60fa927c057cc86660b8062c6a5ab5d..31390b4296ff7659fdfb2946d3f37ff33b2877b7 100644 (file)
@@ -25,6 +25,7 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "summary.qual";                        }
        string getCommandCategory()             { return "Sequence Processing";         }
+       string getOutputFileNameTag(string, string);
        string getHelpString(); 
        string getCitation() { return "http://www.mothur.org/wiki/Summary.qual"; }
        string getDescription()         { return "summarize the quality of a set of sequences"; }
@@ -81,7 +82,7 @@ struct seqSumQualData {
 };
 
 /**************************************************************************************************/
-#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux)
+#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix)
 #else
 static DWORD WINAPI MySeqSumQualThreadFunction(LPVOID lpParam){ 
        seqSumQualData* pDataArray;