X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=validcalculator.cpp;fp=validcalculator.cpp;h=d3a641f0b9c37286d241f126e01d708a144569c6;hb=75c5a235ac3eb22e0f97d36874f4b2dcf9591f2e;hp=bc8c4b8d7ab4b753cfa3f75a7c7da0b8ba740bc0;hpb=8f89a92f4ada82a2b3bf51b23b6a977770f2b9e2;p=mothur.git diff --git a/validcalculator.cpp b/validcalculator.cpp index bc8c4b8..d3a641f 100644 --- a/validcalculator.cpp +++ b/validcalculator.cpp @@ -260,6 +260,18 @@ void ValidCalculators::initialShared() { shared["lennon"] = "lennon"; shared["morisitahorn"] = "morisitahorn"; shared["braycurtis"] = "braycurtis"; + shared["odum"] = "odum"; + shared["canberra"] = "canberra"; + shared["stricteuclidean"] = "stricteuclidean"; + shared["strictchord"] = "strictchord"; + shared["hellinger"] = "hellinger"; + shared["manhattan"] = "manhattan"; + shared["strictpearson"] = "strictpearson"; + shared["soergel"] = "soergel"; + shared["spearman"] = "spearman"; + shared["strictkulczynski"] = "strictkulczynski"; + shared["speciesprofile"] = "speciesprofile"; + shared["hamming"] = "hamming"; shared["default"] = "default"; } catch(exception& e) { @@ -338,7 +350,7 @@ void ValidCalculators::initialSharedSummary() { sharedsummary["sharedchao"] = "sharedchao"; sharedsummary["sharedace"] = "sharedace"; sharedsummary["jabund"] = "jabund"; - sharedsummary["sorabund"] = "sorabund"; + sharedsummary["sorabund"] = "sorabund"; sharedsummary["jclass"] = "jclass"; sharedsummary["sorclass"] = "sorclass"; sharedsummary["jest"] = "jest"; @@ -355,6 +367,18 @@ void ValidCalculators::initialSharedSummary() { sharedsummary["lennon"] = "lennon"; sharedsummary["morisitahorn"] = "morisitahorn"; sharedsummary["braycurtis"] = "braycurtis"; + sharedsummary["odum"] = "odum"; + sharedsummary["canberra"] = "canberra"; + sharedsummary["stricteuclidean"] = "stricteuclidean"; + sharedsummary["strictchord"] = "strictchord"; + sharedsummary["hellinger"] = "hellinger"; + sharedsummary["manhattan"] = "manhattan"; + sharedsummary["strictpearson"] = "strictpearson"; + sharedsummary["strictkulczynski"] = "strictkulczynski"; + sharedsummary["soergel"] = "soergel"; + sharedsummary["spearman"] = "spearman"; + sharedsummary["speciesprofile"] = "speciesprofile"; + sharedsummary["hamming"] = "hamming"; sharedsummary["default"] = "default"; } catch(exception& e) {