X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=trimseqscommand.h;h=565d5283329124a65aca975d51a9588cb791670d;hb=bffbd9ad0d837bc9523d95e7b35c34cfd2631046;hp=0a34ff303e618839e3fd80583e91f9ab10305ff8;hpb=64eee3a595ae53817f52807d7393b22e74e31f56;p=mothur.git diff --git a/trimseqscommand.h b/trimseqscommand.h index 0a34ff3..565d528 100644 --- a/trimseqscommand.h +++ b/trimseqscommand.h @@ -13,6 +13,7 @@ #include "mothur.h" #include "command.hpp" #include "globaldata.hpp" +#include "sequence.hpp" class TrimSeqsCommand : public Command { public: @@ -27,18 +28,15 @@ private: bool stripReverse(Sequence&); GlobalData* globaldata; - - int totalBarcodeCount, matchBarcodeCount; - int totalFPrimerCount, matchFPrimerCount; - int totalRPrimerCount, matchRPrimerCount; - + + int totalBarcodeCount, matchBarcodeCount; // to be removed + int totalFPrimerCount, matchFPrimerCount; // to be removed + int totalRPrimerCount, matchRPrimerCount; // to be removed bool oligos, flip; - int forwardPrimerMismatch, reversePrimerMismatch, barcodeMismatch; int numFPrimers, numRPrimers; vector forPrimer, revPrimer; map barcodes; - }; #endif