]> git.donarmstrong.com Git - mothur.git/blobdiff - goodscoverage.h
changes while testing
[mothur.git] / goodscoverage.h
index 4cce78b59f2c240a31e94382decc8251dd737da3..0ec77301d115902c0f8f039dd1845e859a602ac7 100644 (file)
@@ -22,6 +22,7 @@ public:
        GoodsCoverage() : Calculator("goodscoverage", 1, false) {};
        EstOutput getValues(SAbundVector*);
        EstOutput getValues(vector<SharedRAbundVector*>) {return data;};
+       string getCitation() { return "http://www.mothur.org/wiki/GoodsCoverage"; }
 
 private:
 };