X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=goodscoverage.h;h=0ec77301d115902c0f8f039dd1845e859a602ac7;hb=6b32d112bb60e9f7eb6d4407a4eed4c49b67bced;hp=4cce78b59f2c240a31e94382decc8251dd737da3;hpb=3117b1c3109121dff476997d3c5db5b47a77729b;p=mothur.git diff --git a/goodscoverage.h b/goodscoverage.h index 4cce78b..0ec7730 100644 --- a/goodscoverage.h +++ b/goodscoverage.h @@ -22,6 +22,7 @@ public: GoodsCoverage() : Calculator("goodscoverage", 1, false) {}; EstOutput getValues(SAbundVector*); EstOutput getValues(vector) {return data;}; + string getCitation() { return "http://www.mothur.org/wiki/GoodsCoverage"; } private: };