]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedsobscollectsummary.h
working on pam
[mothur.git] / sharedsobscollectsummary.h
index 6c8e7c32c5f55181eed23169fff8cf6bcc9c51ae..0429f90b8cbe67fd9feb3192017b1271c59fe187 100644 (file)
@@ -21,6 +21,8 @@ public:
        SharedSobsCS() : Calculator("sharedsobs", 1, true) {};
        EstOutput getValues(SAbundVector* rank){ return data; };
        EstOutput getValues(vector<SharedRAbundVector*>);
+    EstOutput getValues(vector<SharedRAbundVector*>, vector<string>&);
+       string getCitation() { return "http://www.mothur.org/wiki/Sharedsobs"; }
 };
 
 /***********************************************************************/