X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=bootstrap.h;h=962780a767258830f895a3033676cf08adfd20d2;hp=e54d9853d1095b62f0f109d85e0276df90bd0fce;hb=541bab1dac00688b4c3a8c4a95ab464412663c50;hpb=50ed3b6104d5821d6184f882e1e1423d47dcbf10 diff --git a/bootstrap.h b/bootstrap.h index e54d985..962780a 100644 --- a/bootstrap.h +++ b/bootstrap.h @@ -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) {return data;}; + string getCitation() { return "http://www.mothur.org/wiki/Bootstrap"; } };