X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=screenseqscommand.h;h=b0d7c7c18f3852dd40395b0f699749fc885cc14b;hb=e10c72304ee071c0c40e0218a06d89dc4731cbc2;hp=291d8e6d1acd4605f4827159f10aa74269e1a771;hpb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc;p=mothur.git diff --git a/screenseqscommand.h b/screenseqscommand.h index 291d8e6..b0d7c7c 100644 --- a/screenseqscommand.h +++ b/screenseqscommand.h @@ -23,6 +23,7 @@ public: vector setParameters(); string getCommandName() { return "screen.seqs"; } string getCommandCategory() { return "Sequence Processing"; } + string getOutputFileNameTag(string, string); string getHelpString(); 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 +44,7 @@ private: int screenNameGroupFile(set); int screenGroupFile(set); + int screenCountFile(set); int screenAlignReport(set); int screenQual(set); int screenTaxonomy(set); @@ -55,12 +57,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);