X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=filterseqscommand.h;h=b2322379d6eb0467c2e64ba5e98c28e6d604181c;hb=cc19310422f125d6628980bd1148e1e816792382;hp=16062f33e79582a13e56154a9e0830998cc0d5e0;hpb=26cf6509c41e1f38fe5a178bf9d22c02d9d97580;p=mothur.git diff --git a/filterseqscommand.h b/filterseqscommand.h index 16062f3..b232237 100644 --- a/filterseqscommand.h +++ b/filterseqscommand.h @@ -24,6 +24,7 @@ public: vector setParameters(); string getCommandName() { return "filter.seqs"; } string getCommandCategory() { return "Sequence Processing"; } + string getOutputFileNameTag(string, string); string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/Filter.seqs"; } string getDescription() { return "removes columns from alignments based on a criteria defined by the user"; } @@ -121,7 +122,7 @@ struct filterRunData { }; /**************************************************************************************************/ -#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) +#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) #else static DWORD WINAPI MyCreateFilterThreadFunction(LPVOID lpParam){ filterData* pDataArray;