]> git.donarmstrong.com Git - mothur.git/blobdiff - errorchecking.h
filterseqscommand added
[mothur.git] / errorchecking.h
index 1b023e079cf8ab15c8539596dc72841be7edf7a3..bbc3050f020c8ae10699bb050acca467363b2acf 100644 (file)
@@ -9,12 +9,11 @@
  *
  */
 
-#include <iostream>
-#include <map>
+#include "mothur.h"
 #include "globaldata.hpp"
 #include "validcommands.h"
 #include "validparameter.h"
-#include "utilities.hpp"
+
 
 class ErrorCheck {
        public:
@@ -31,12 +30,15 @@ class ErrorCheck {
                void validateReadPhil();
                void validateParseFiles();
                void validateTreeFiles();
+               void validateBinFiles();
                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;
+               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;
+
                string commandName, optionText;
                bool errorFree;
-               
+
+               vector<string> sharedGroups;
 };
 #endif