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