]> git.donarmstrong.com Git - mothur.git/blobdiff - bootstrap.h
working on pam
[mothur.git] / bootstrap.h
index 7c72ca2222eb47d458cb4780c0006faa37a3135a..962780a767258830f895a3033676cf08adfd20d2 100644 (file)
@@ -20,9 +20,10 @@ It is a child of the calculator class. */
 class Bootstrap : public Calculator  {
        
 public:
-       Bootstrap() : Calculator("Bootstrap", 1) {};
+       Bootstrap() : Calculator("bootstrap", 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/Bootstrap"; }
        
 };