]> git.donarmstrong.com Git - mothur.git/blobdiff - validcalculator.h
added parse.fastaq command, added permute option to venn command, fixed bug with...
[mothur.git] / validcalculator.h
index ff93c58ccc980684ae52f48b08cac9d380cf7a88..bf8819f4f317df5337c75975afd2e165ce376bcd 100644 (file)
@@ -11,6 +11,7 @@
  */
 
 #include "mothur.h"
+#include "mothurout.h"
 
 //This class contains a list of all valid calculators in Mothur.  
 //It has a function which will tell you if your calculator is valid for the given parameter.
@@ -35,6 +36,7 @@ class ValidCalculators {
                map<string, string> vennshared;
                map<string, string> treegroup;
                map<string, string> matrix;
+               map<string, string> heat;
                map<string, string> boot;
                map<string, string> distance;
                map<string, string>::iterator it;
@@ -51,6 +53,9 @@ class ValidCalculators {
                void initialMatrix();
                void initialBoot();
                void initialDistance();
+               void initialHeat();
+               
+               MothurOut* m;
 };
 
 #endif