X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=globaldata.hpp;h=2a57310ccc301f490f007680a93e64ee1b0157cf;hb=64eee3a595ae53817f52807d7393b22e74e31f56;hp=af5b3835ea67b52e6d16cfd0d37f323d95e4afd1;hpb=986663e2220f6b043ee83d1699cfa081dc49cbed;p=mothur.git diff --git a/globaldata.hpp b/globaldata.hpp index af5b383..2a57310 100644 --- a/globaldata.hpp +++ b/globaldata.hpp @@ -91,7 +91,12 @@ public: string getMaxHomoPolymer(); string getMinLength(); string getMaxLength(); - + string getFlip(); + string getForwardMismatch(); + string getReverseMismatch(); + string getBarcodeMismatch(); + string getOligosFile(); + void setListFile(string); void setGroupFile(string file); void setPhylipFile(string); @@ -121,7 +126,7 @@ public: private: - string phylipfile, columnfile, listfile, rabundfile, sabundfile, namefile, groupfile, orderfile, fastafile, treefile, sharedfile, line, label, randomtree, groups, cutoff, format, precision, method, fileroot, iters, jumble, freq, calc, abund, step, form, sorted, trump, soft, hard, scale, countends, processors, candidatefile, search, ksize, align, match, size, mismatch, gapopen, gapextend, minLength, maxLength, startPos, endPos, maxAmbig, maxHomoPolymer; + string phylipfile, columnfile, listfile, rabundfile, sabundfile, namefile, groupfile, orderfile, fastafile, treefile, sharedfile, line, label, randomtree, groups, cutoff, format, precision, method, fileroot, iters, jumble, freq, calc, abund, step, form, sorted, trump, soft, hard, scale, countends, processors, candidatefile, search, ksize, align, match, size, mismatch, gapopen, gapextend, minLength, maxLength, startPos, endPos, maxAmbig, maxHomoPolymer, flip, forMismatch, revMismatch, barMismatch, oligoFile; static GlobalData* _uniqueInstance;