X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=filterseqscommand.h;h=fc6bcb2efab1b3885af316a160faa59446600f30;hb=38029939675c5bf5e449eac90f801b35064b3a36;hp=16062f33e79582a13e56154a9e0830998cc0d5e0;hpb=26cf6509c41e1f38fe5a178bf9d22c02d9d97580;p=mothur.git diff --git a/filterseqscommand.h b/filterseqscommand.h index 16062f3..fc6bcb2 100644 --- a/filterseqscommand.h +++ b/filterseqscommand.h @@ -24,7 +24,9 @@ public: vector setParameters(); string getCommandName() { return "filter.seqs"; } string getCommandCategory() { return "Sequence Processing"; } + string getHelpString(); + string getOutputPattern(string); 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 +123,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;