]> git.donarmstrong.com Git - mothur.git/blobdiff - ace.h
changed random forest output filename
[mothur.git] / ace.h
diff --git a/ace.h b/ace.h
index 26d93b10014183a3ad94b0d6f991b1e68946494a..ce56b76af639b6170a3967269ffe0e561a7b3b22 100644 (file)
--- a/ace.h
+++ b/ace.h
@@ -23,6 +23,7 @@ public:
        Ace(int n) : abund(n), Calculator("ace", 3, false) {};
        EstOutput getValues(SAbundVector*);
        EstOutput getValues(vector<SharedRAbundVector*>) {return data;};
+       string getCitation() { return "http://www.mothur.org/wiki/Ace"; }
 private:
        int abund;
 };