X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=goodscoverage.h;h=0ec77301d115902c0f8f039dd1845e859a602ac7;hb=6b32d112bb60e9f7eb6d4407a4eed4c49b67bced;hp=b4065c0488db035cfee65d5a8c2cd4282cf5eb9a;hpb=c196b6b4768ccb84955d773ff0f22e4994d1ba7b;p=mothur.git diff --git a/goodscoverage.h b/goodscoverage.h index b4065c0..0ec7730 100644 --- a/goodscoverage.h +++ b/goodscoverage.h @@ -6,7 +6,7 @@ * Mothur * * Created by Thomas Ryabin on 4/8/09. - * Copyright 2009 __MyCompanyName__. All rights reserved. + * Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved. * */ #include "calculator.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: };