]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedsobscollectsummary.h
changing command name classify.shared to classifyrf.shared
[mothur.git] / sharedsobscollectsummary.h
index 016fb6a81f44e447bf5ef1efd8f3efa5b52dc6dd..0429f90b8cbe67fd9feb3192017b1271c59fe187 100644 (file)
 class SharedSobsCS : public Calculator {
 
 public:
-       SharedSobsCS() : Calculator("sharedsobs", 1) {};
+       SharedSobsCS() : Calculator("sharedsobs", 1, true) {};
        EstOutput getValues(SAbundVector* rank){ return data; };
-       EstOutput getValues(SharedRAbundVector* shared1, SharedRAbundVector* shared2);
+       EstOutput getValues(vector<SharedRAbundVector*>);
+    EstOutput getValues(vector<SharedRAbundVector*>, vector<string>&);
+       string getCitation() { return "http://www.mothur.org/wiki/Sharedsobs"; }
 };
 
 /***********************************************************************/