X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=chimeraperseuscommand.h;h=b3d6ccf56858deb00435ace345826450f7d4cd9e;hb=567e4bca5d62bd8ea316ce5def320d070d7507b8;hp=fdece95e5c90b528c7fcc3d476a53f28d4ea7b3b;hpb=1a5c2356c1b955c6ec024b2baf9f46377ee7c72e;p=mothur.git diff --git a/chimeraperseuscommand.h b/chimeraperseuscommand.h index fdece95..b3d6ccf 100644 --- a/chimeraperseuscommand.h +++ b/chimeraperseuscommand.h @@ -46,7 +46,7 @@ private: linePair(int i, int j) : start(i), end(j) {} }; - bool abort, hasName, hasCount; + bool abort, hasName, hasCount, dups; string fastafile, groupfile, countfile, outputDir, namefile; int processors, alignLength; double cutoff, alpha, beta;