X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=screenseqscommand.h;h=284c9a5ac1a0bd5c90dca6b4854b725d6b428023;hb=deba0af0ccdcb6005ed5b2b82649b137c63fbdf7;hp=291d8e6d1acd4605f4827159f10aa74269e1a771;hpb=91a27e0483827c06c21c4fe89558923bbfe86573;p=mothur.git diff --git a/screenseqscommand.h b/screenseqscommand.h index 291d8e6..284c9a5 100644 --- a/screenseqscommand.h +++ b/screenseqscommand.h @@ -23,7 +23,9 @@ public: vector setParameters(); string getCommandName() { return "screen.seqs"; } string getCommandCategory() { return "Sequence Processing"; } + string getHelpString(); + string getOutputPattern(string); string getCitation() { return "http://www.mothur.org/wiki/Screen.seqs"; } string getDescription() { return "enables you to keep sequences that fulfill certain user defined criteria"; } @@ -43,6 +45,7 @@ private: int screenNameGroupFile(set); int screenGroupFile(set); + int screenCountFile(set); int screenAlignReport(set); int screenQual(set); int screenTaxonomy(set); @@ -55,12 +58,11 @@ private: #endif bool abort; - string fastafile, namefile, groupfile, alignreport, outputDir, qualfile, taxonomy; + string fastafile, namefile, groupfile, alignreport, outputDir, qualfile, taxonomy, countfile; int startPos, endPos, maxAmbig, maxHomoP, minLength, maxLength, processors, criteria; vector outputNames; vector optimize; map nameMap; - int readNames(); int getSummary(vector&); int createProcessesCreateSummary(vector&, vector&, vector&, vector&, vector&, string);