X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=goodscoverage.h;h=0ec77301d115902c0f8f039dd1845e859a602ac7;hb=bd27c2b0612942815b7417c79f7ee41f669a2a34;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: };