]> git.donarmstrong.com Git - mothur.git/blobdiff - validparameter.cpp
fixed multiple bugs for 1.4 release
[mothur.git] / validparameter.cpp
index 650ef1fea0217f1cb4b58d47770b953c4389ddf3..4aad1c22c037515fcb5d6f166aae8af4842d8fd4 100644 (file)
@@ -282,7 +282,7 @@ void ValidParameters::initCommandParameters() {
                string getOTURepArray[] =  {"fasta","list","line","label","name", "group"};
                commandParameters["get.oturep"] = addParameters(getOTURepArray, sizeof(getOTURepArray)/sizeof(string));
                
-               string treeGroupsArray[] =  {"line","label","calc","groups"};
+               string treeGroupsArray[] =  {"line","label","calc","groups", "phylip", "column", "name"};
                commandParameters["tree.shared"] = addParameters(treeGroupsArray, sizeof(treeGroupsArray)/sizeof(string));
                
                string bootstrapArray[] =  {"line","label","calc","groups","iters"};