]> git.donarmstrong.com Git - mothur.git/blobdiff - manhattan.h
changed random forest output filename
[mothur.git] / manhattan.h
index 3115da6486a70d099e0713df4938f7c9d0a6bd32..91d73a820ea91fe1a871c19185981755a9b5cd69 100644 (file)
@@ -21,6 +21,7 @@ public:
        Manhattan() :  Calculator("manhattan", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(vector<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/Manhattan"; }
 private:
        
 };