X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=seqerrorcommand.h;fp=seqerrorcommand.h;h=590c554b25ec761a42ecc9593d3b6376b725f15e;hb=65b6a38d00b3a72021611211e7c25392022c69ed;hp=e467df11c99d735a482328c7dbe64aa623192a95;hpb=f5ef644ce76074de08b2bbb64097619b2b16d60d;p=mothur.git diff --git a/seqerrorcommand.h b/seqerrorcommand.h index e467df1..590c554 100644 --- a/seqerrorcommand.h +++ b/seqerrorcommand.h @@ -13,6 +13,7 @@ #include "mothur.h" #include "command.hpp" #include "sequence.hpp" +#include "referencedb.h" struct Compare { int AA, AT, AG, AC, TA, TT, TG, TC, GA, GT, GG, GC, CA, CT, CG, CC, NA, NT, NG, NC, Ai, Ti, Gi, Ci, Ni, dA, dT, dG, dC; @@ -58,6 +59,7 @@ public: private: bool abort; + ReferenceDB* rdb; struct linePair { unsigned long int start; @@ -86,7 +88,7 @@ private: string queryFileName, referenceFileName, qualFileName, reportFileName, namesFileName, outputDir; double threshold; - bool ignoreChimeras; + bool ignoreChimeras, save; int numRefs, processors; int maxLength, totalBases, totalMatches; //ofstream errorSummaryFile, errorSeqFile;