X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=trimseqscommand.h;h=e2b0687e2108bc2f6bc95201917dd08d67f757bf;hb=64ec96a433d3ad3a61a75c6fc08df8d8b6ff36ac;hp=f944e7f6cd197674ad36b4cf6d3b9209b473f2e7;hpb=8130a55348ef2b5f431fe47c6a83aae581e244b5;p=mothur.git diff --git a/trimseqscommand.h b/trimseqscommand.h index f944e7f..e2b0687 100644 --- a/trimseqscommand.h +++ b/trimseqscommand.h @@ -45,7 +45,7 @@ private: string fastaFile, oligoFile, qFileName, outputDir; bool flip, allFiles, qtrim; - int numFPrimers, numRPrimers, maxAmbig, maxHomoP, minLength, maxLength, qThreshold, qAverage, processors, tdiffs, bdiffs, pdiffs, currentSeqsTdiffs; + int numFPrimers, numRPrimers, maxAmbig, maxHomoP, minLength, maxLength, qThreshold, qAverage, processors, tdiffs, bdiffs, pdiffs; vector forPrimer, revPrimer, outputNames; map barcodes; vector groupVector;