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