]> git.donarmstrong.com Git - mothur.git/blobdiff - validcalculator.h
altered venn command to make use of sharedchao for any number of groups, fixed window...
[mothur.git] / validcalculator.h
index 9f0d9b47430fbef80d66d5883c8231daded87c7d..45381b8d2719d2ef80085893c7ced8550259a89b 100644 (file)
@@ -36,6 +36,7 @@ class ValidCalculators {
                map<string, string> vennshared;
                map<string, string> treegroup;
                map<string, string> boot;
+               map<string, string> distance;
                map<string, string>::iterator it;
                
                void initialSingle();
@@ -48,6 +49,7 @@ class ValidCalculators {
                void initialVennShared();
                void initialTreeGroups();
                void initialBoot();
+               void initialDistance();
 };
 
 #endif