]> git.donarmstrong.com Git - mothur.git/blobdiff - chimeraperseuscommand.h
added dereplicate parameter to chimera.slayer and chimera.persues. added minnumsample...
[mothur.git] / chimeraperseuscommand.h
index fdece95e5c90b528c7fcc3d476a53f28d4ea7b3b..b3d6ccf56858deb00435ace345826450f7d4cd9e 100644 (file)
@@ -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;