]> git.donarmstrong.com Git - mothur.git/blobdiff - errorchecking.h
added heatmap command
[mothur.git] / errorchecking.h
index 1b023e079cf8ab15c8539596dc72841be7edf7a3..4c9fe8615c0819f0ec6dfad5b743d737ee365e4e 100644 (file)
@@ -9,8 +9,7 @@
  *
  */
 
-#include <iostream>
-#include <map>
+#include "mothur.h"
 #include "globaldata.hpp"
 #include "validcommands.h"
 #include "validparameter.h"
@@ -34,9 +33,10 @@ class ErrorCheck {
                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 precision, method, fileroot, label, line, iters, jumble, freq, single, rarefaction, shared, summary, randomtree, abund;
                string commandName, optionText;
                bool errorFree;
-               
+
+               vector<string> sharedGroups;
 };
 #endif