]> git.donarmstrong.com Git - mothur.git/blobdiff - goodscoverage.h
added modify names parameter to set.dir
[mothur.git] / goodscoverage.h
index b4065c0488db035cfee65d5a8c2cd4282cf5eb9a..0ec77301d115902c0f8f039dd1845e859a602ac7 100644 (file)
@@ -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<SharedRAbundVector*>) {return data;};
+       string getCitation() { return "http://www.mothur.org/wiki/GoodsCoverage"; }
 
 private:
 };