]> git.donarmstrong.com Git - mothur.git/blobdiff - bootstrap.h
working on pam
[mothur.git] / bootstrap.h
index 70fdf0512038c2babe35b0894b2e196db97e5de5..962780a767258830f895a3033676cf08adfd20d2 100644 (file)
@@ -23,6 +23,7 @@ public:
        Bootstrap() : Calculator("bootstrap", 1, false) {};
        EstOutput getValues(SAbundVector*);
        EstOutput getValues(vector<SharedRAbundVector*>) {return data;};
+       string getCitation() { return "http://www.mothur.org/wiki/Bootstrap"; }
        
 };