X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=chimeraseqscommand.h;h=afbc2592a389f2faa971452d2fa12e3be4fa9680;hb=5412970cac5fbb63312d4dd279851f0482787901;hp=46e2bc88300c7a3e89f8fb985100d6edd50129a1;hpb=315e38cf393c82be238da5b32574f225a020d25c;p=mothur.git diff --git a/chimeraseqscommand.h b/chimeraseqscommand.h index 46e2bc8..afbc259 100644 --- a/chimeraseqscommand.h +++ b/chimeraseqscommand.h @@ -12,8 +12,6 @@ #include "mothur.h" #include "command.hpp" -#include "chimera.h" - /***********************************************************/ @@ -26,15 +24,7 @@ public: private: - - bool abort; - string method, fastafile, templatefile, consfile, quanfile, maskfile, namefile, outputDir; - bool filter, correction, svg, printAll; - int processors, midpoint, averageLeft, averageRight, window, iters, increment, numwanted, ksize, match, mismatch, parents, minSimilarity; - float divR; - Chimera* chimera; - - + }; /***********************************************************/