]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedjest.h
changed random forest output filename
[mothur.git] / sharedjest.h
index 8eaf70f80ee42ee17d413d2a1feb8c15c9b8b6d0..5f0688441dddd86eea0cc515da761b0e8958d7c3 100644 (file)
@@ -20,9 +20,10 @@ It is a child of the calculator class. */
 class Jest : public Calculator  {
        
 public:
-       Jest() :  Calculator("jest", 3, false) {};
+       Jest() :  Calculator("jest", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(vector<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/Jest"; }
 private:
        
 };