X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=manhattan.h;h=91d73a820ea91fe1a871c19185981755a9b5cd69;hp=3115da6486a70d099e0713df4938f7c9d0a6bd32;hb=050a3ff02473a3d4c0980964e1a9ebe52e55d6b8;hpb=75c5a235ac3eb22e0f97d36874f4b2dcf9591f2e diff --git a/manhattan.h b/manhattan.h index 3115da6..91d73a8 100644 --- a/manhattan.h +++ b/manhattan.h @@ -21,6 +21,7 @@ public: Manhattan() : Calculator("manhattan", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Manhattan"; } private: };