X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=makecontigscommand.h;h=b45501e0da726b182eccd0a01d9fba6086ee9bb8;hb=a0f1fca79d2ddfa7ad36b4485039c68b5704fe8d;hp=62de6d4f23a8bfc1d602f27418fc878f0e166004;hpb=859e3a473a3e63e0060c49be70b80f9289253da2;p=mothur.git 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;