]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedsobs.h
continued work on chimeras and fixed bug in trim.seqs and reverse.seqs that was due...
[mothur.git] / sharedsobs.h
index a4c5b9bd92e43eb3497eaea24f3a660f2e0c396a..e71b6b881033258b5900d41072faf7a6364a3db9 100644 (file)
@@ -9,7 +9,7 @@
  *
  */
 
-/* This class implements the SharedSobs estimator on two groups. 
+/* This class implements the SharedSobs estimator on two groups for the shared rarefaction command
 It is a child of the calculator class. */
 
 
@@ -19,9 +19,9 @@ It is a child of the calculator class. */
 class SharedSobs : public Calculator {
 
 public:
-       SharedSobs() : Calculator("SharedSobs", 1) {};
+       SharedSobs() : Calculator("sharedsobs", 1, false) {};
        EstOutput getValues(SAbundVector* rank){ return data; };
-       EstOutput getValues(SharedRAbundVector* shared1, SharedRAbundVector* shared2);
+       EstOutput getValues(vector<SharedRAbundVector*>);
 };
 
 /***********************************************************************/