]> git.donarmstrong.com Git - mothur.git/blobdiff - bootstrap.h
working on pam
[mothur.git] / bootstrap.h
index e54d9853d1095b62f0f109d85e0276df90bd0fce..962780a767258830f895a3033676cf08adfd20d2 100644 (file)
@@ -20,9 +20,10 @@ It is a child of the calculator class. */
 class Bootstrap : public Calculator  {
        
 public:
-       Bootstrap() : Calculator("Bootstrap", 1, false) {};
+       Bootstrap() : Calculator("bootstrap", 1, false) {};
        EstOutput getValues(SAbundVector*);
        EstOutput getValues(vector<SharedRAbundVector*>) {return data;};
+       string getCitation() { return "http://www.mothur.org/wiki/Bootstrap"; }
        
 };