]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedjest.h
changed random forest output filename
[mothur.git] / sharedjest.h
index c4111bc09bb57e164c3f46d6efedf76873e1d3a7..5f0688441dddd86eea0cc515da761b0e8958d7c3 100644 (file)
@@ -23,6 +23,7 @@ public:
        Jest() :  Calculator("jest", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(vector<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/Jest"; }
 private:
        
 };