X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=goodscoverage.h;fp=goodscoverage.h;h=0ec77301d115902c0f8f039dd1845e859a602ac7;hb=8f7f4fc08b8c70d9ef0f79607813dba4e926e102;hp=4cce78b59f2c240a31e94382decc8251dd737da3;hpb=8bcd146863e2a44d6d4fb5dee2d3f17e975deb45;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: };