X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=memchord.h;h=8c4628b4bf349a7ed5b4982a4f29ee54bd574e2c;hp=fc705aba286b8c1e39828c1cf0ee9b218f3d15ce;hb=050a3ff02473a3d4c0980964e1a9ebe52e55d6b8;hpb=7d38edc137a66a33f67f8cf55cce88331290aaf7 diff --git a/memchord.h b/memchord.h index fc705ab..8c4628b 100644 --- a/memchord.h +++ b/memchord.h @@ -21,6 +21,7 @@ public: MemChord() : Calculator("memchord", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Memchord"; } private: };