X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=seqsummarycommand.h;h=79e8be96974141da315d1038a51096695212ad5c;hb=ccae9eef0b44f2d63fdf4a707d0d40243aa1b990;hp=dcae434d42d08e38f223292a5c2647428e1d9475;hpb=b302d221847b504388ec044c6929e9dde42f9bb1;p=mothur.git diff --git a/seqsummarycommand.h b/seqsummarycommand.h index dcae434..79e8be9 100644 --- a/seqsummarycommand.h +++ b/seqsummarycommand.h @@ -25,6 +25,7 @@ public: vector setParameters(); string getCommandName() { return "summary.seqs"; } string getCommandCategory() { return "Sequence Processing"; } + string getOutputFileNameTag(string, string); string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/Summary.seqs"; } string getDescription() { return "summarize the quality of sequences in an unaligned or aligned fasta file"; } @@ -91,7 +92,7 @@ struct seqSumData { }; /**************************************************************************************************/ -#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) +#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) #else static DWORD WINAPI MySeqSumThreadFunction(LPVOID lpParam){ seqSumData* pDataArray;