]> git.donarmstrong.com Git - mothur.git/blobdiff - qstat.h
sffinfo bug with flow grams right index when clipQualRight=0
[mothur.git] / qstat.h
diff --git a/qstat.h b/qstat.h
index b0c985a88a45d7ad88a6a868db0aee7097998f2c..699ba55c4910e2c565f0c282ecb21f1096a9cd60 100644 (file)
--- a/qstat.h
+++ b/qstat.h
@@ -18,9 +18,11 @@ It is a child of the calculator class.*/
 class QStat : public Calculator  {
        
 public:
-       QStat() : Calculator("qstat", 1) {};
+       QStat() : Calculator("qstat", 1, false) {};
+
        EstOutput getValues(SAbundVector*);
-       EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*) {return data;};
+       EstOutput getValues(vector<SharedRAbundVector*>) {return data;};
+       string getCitation() { return "http://www.mothur.org/wiki/Qstat"; }
 
 private:
        RAbundVector rdata;