]> git.donarmstrong.com Git - mothur.git/blobdiff - errorchecking.h
fixed a bug in calculating the # of ambig bases
[mothur.git] / errorchecking.h
index 0d6da746edaf0d7d5aad0158aaf8fd41c7656572..ac09f6ed49bdb074bbe2c6acfd404fef77cc7116 100644 (file)
@@ -13,7 +13,7 @@
 #include "globaldata.hpp"
 #include "validcommands.h"
 #include "validparameter.h"
-#include "utilities.hpp"
+
 
 class ErrorCheck {
        public:
@@ -31,10 +31,12 @@ class ErrorCheck {
                void validateParseFiles();
                void validateTreeFiles();
                void validateBinFiles();
+               void validateSeqsFiles();
                void clear();
                void refresh();
-               string phylipfile, columnfile, listfile, rabundfile, sabundfile, namefile, groupfile, orderfile, fastafile, treefile, sharedfile, cutoff, format; 
-               string precision, method, fileroot, label, line, iters, jumble, freq, single, rarefaction, shared, summary, randomtree, abund, sorted;
+               string phylipfile, columnfile, listfile, rabundfile, sabundfile, namefile, groupfile, orderfile, fastafile, nexusfile, clustalfile, treefile, sharedfile, cutoff, format; 
+               string precision, method, fileroot, label, line, iters, jumble, freq, single, rarefaction, shared, summary, randomtree, abund, sorted, trump, soft, filter, scale, countends, processors, size;
+               string candidatefile, search, ksize, align, match, mismatch, gapopen, gapextend;
                string commandName, optionText;
                bool errorFree;