]> git.donarmstrong.com Git - mothur.git/blobdiff - classify.h
added versioning info to all shortcut files mothur makes.
[mothur.git] / classify.h
index bd9f34bc7eb3f51b6b360ce4b4f18251f194e155..e92569d6f27defcf14b0e6d2527bf9d743bd0988 100644 (file)
@@ -31,6 +31,7 @@ public:
        virtual string getTaxonomy(Sequence*) = 0;
        virtual string getSimpleTax()  { return simpleTax;      }
        virtual void generateDatabaseAndNames(string, string, string, int, float, float, float, float);
+       virtual void setDistName(string s) {} //for knn, so if distance method is selected with knn you can create the smallest distance file in the right place.
        
 protected: