X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=makecontigscommand.h;h=b45501e0da726b182eccd0a01d9fba6086ee9bb8;hp=62de6d4f23a8bfc1d602f27418fc878f0e166004;hb=615301e57c25e241356a9c2380648d117709458d;hpb=859e3a473a3e63e0060c49be70b80f9289253da2 diff --git a/makecontigscommand.h b/makecontigscommand.h index 62de6d4..b45501e 100644 --- a/makecontigscommand.h +++ b/makecontigscommand.h @@ -59,7 +59,7 @@ public: void help() { m->mothurOut(getHelpString()); } private: - bool abort, allFiles, trimOverlap, createFileGroup, createOligosGroup; + bool abort, allFiles, trimOverlap, createFileGroup, createOligosGroup, makeCount; string outputDir, ffastqfile, rfastqfile, align, oligosfile, rfastafile, ffastafile, rqualfile, fqualfile, file, format; float match, misMatch, gapOpen, gapExtend; int processors, longestBase, insert, tdiffs, bdiffs, pdiffs, ldiffs, sdiffs, deltaq;