]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedsorest.h
sffinfo bug with flow grams right index when clipQualRight=0
[mothur.git] / sharedsorest.h
index 8e044aa4c9a8bc6643d6aeb19fc915aa9ff8daad..904a71208590d9b4e4cb9aeda50a12329a06d004 100644 (file)
@@ -20,9 +20,10 @@ It is a child of the calculator class. */
 class SorEst : public Calculator  {
        
 public:
-       SorEst() :  Calculator("sorest", 3, false) {};
+       SorEst() :  Calculator("sorest", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(vector<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/Sorest"; }
 private:
        
 };