X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=screenseqscommand.h;h=18a55ac1b584dc0bce91c4f0f950d164e03fb983;hb=3914b0d6480f67df53b1e838f51c4e6155710434;hp=aeaddae1300207aff7ef713858e9ee760be52e12;hpb=c48d91112209b841444923670dca5454da0e2a4d;p=mothur.git diff --git a/screenseqscommand.h b/screenseqscommand.h index aeaddae..18a55ac 100644 --- a/screenseqscommand.h +++ b/screenseqscommand.h @@ -74,8 +74,8 @@ private: bool abort; string fastafile, namefile, groupfile, alignreport, outputDir, qualfile, taxonomy, countfile, contigsreport, summaryfile; - int startPos, endPos, maxAmbig, maxHomoP, minLength, maxLength, processors, criteria, minOverlap, oStart, oEnd, mismatches, maxN, maxInsert; - float minSim, minScore; + int startPos, endPos, maxAmbig, maxHomoP, minLength, maxLength, processors, minOverlap, oStart, oEnd, mismatches, maxN, maxInsert; + float minSim, minScore, criteria; vector outputNames; vector optimize; map nameMap;