]> git.donarmstrong.com Git - mothur.git/blobdiff - globaldata.cpp
added dist.shared command
[mothur.git] / globaldata.cpp
index 1baf4edf1bf90ef469a9426de2e06f0a3ce137fc..16d434bcb47dbd18e91914214cd8fda032e9f47b 100644 (file)
@@ -241,7 +241,7 @@ void GlobalData::parseGlobalData(string commandString, string optionText){
                        Estimators.clear();
                        splitAtDash(calc, Estimators); 
                }
-               if ((commandName == "tree.shared") || (commandName == "bootstrap.shared")) {
+               if ((commandName == "tree.shared") || (commandName == "bootstrap.shared") || (commandName == "dist.shared")) {
                        if (calc != "") { 
                                Estimators.clear();
                                splitAtDash(calc, Estimators);