]> git.donarmstrong.com Git - mothur.git/blobdiff - globaldata.cpp
added heatmap.sim command and changed heatmap to heatmap.bin
[mothur.git] / globaldata.cpp
index a3dc757cba2e9adf6aecc051f3a03d9875b92026..d24f4b9eb8171a462b09b9f1fecceee533f99708 100644 (file)
@@ -260,7 +260,7 @@ void GlobalData::parseGlobalData(string commandString, string optionText){
                        Estimators.clear();
                        splitAtDash(calc, Estimators); 
                }
-               if((commandName == "tree.shared") || (commandName == "bootstrap.shared") || (commandName == "dist.shared")) {
+               if((commandName == "tree.shared") || (commandName == "bootstrap.shared") || (commandName == "dist.shared") || (commandName == "heatmap.sim")) {
                        if((calc == "default") || (calc == "")) { 
                                calc = "jclass-thetayc";
                        }