]> git.donarmstrong.com Git - mothur.git/blobdiff - coverage.h
added modify names parameter to set.dir
[mothur.git] / coverage.h
index 7b89c1e6f07d420a0e8a1737fc21154d44a411ce..8d6fead9aa33a25cb0fa9b3e1a98a01c61b18722 100644 (file)
@@ -23,6 +23,7 @@ public:
        Coverage() : Calculator("coverage", 1, false) {};
        EstOutput getValues(SAbundVector*);     
        EstOutput getValues(vector<SharedRAbundVector*>) {return data;};
+       string getCitation() { return "http://www.mothur.org/wiki/Coverage"; }
 };