X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=screenseqscommand.h;h=49d992ac193c7aa42ad4492c9190bda40671fc0b;hb=2bb9267aa4b4ecdf8488b06605cc9f3f36fa4332;hp=87c8beef870b82a95f79bfddcdacba8ab2a1d47e;hpb=ae57e166b2ed7b475ec3f466106bd76fabadd063;p=mothur.git diff --git a/screenseqscommand.h b/screenseqscommand.h index 87c8bee..49d992a 100644 --- a/screenseqscommand.h +++ b/screenseqscommand.h @@ -45,6 +45,7 @@ private: int screenGroupFile(set); int screenAlignReport(set); int screenQual(set); + int screenTaxonomy(set); int driver(linePair*, string, string, string, set&); int createProcesses(string, string, string, set&); @@ -54,7 +55,7 @@ private: #endif bool abort; - string fastafile, namefile, groupfile, alignreport, outputDir, qualfile; + string fastafile, namefile, groupfile, alignreport, outputDir, qualfile, taxonomy; int startPos, endPos, maxAmbig, maxHomoP, minLength, maxLength, processors, criteria; vector outputNames; vector optimize;