]> git.donarmstrong.com Git - mothur.git/blobdiff - bstick.h
working on pam
[mothur.git] / bstick.h
index 476b588d64f7223cfe2222ea15f2724d6f3ecdaf..11f4b8c631d4367ee5cff46df29c4072905277fa 100644 (file)
--- a/bstick.h
+++ b/bstick.h
@@ -21,7 +21,7 @@ public:
        BStick() : Calculator("bstick", 3, false) {};
        EstOutput getValues(SAbundVector*);
        EstOutput getValues(vector<SharedRAbundVector*>) {return data;};
-
+       string getCitation() { return "http://www.mothur.org/wiki/Bstick"; }
 private:
        double invSum(int, double);
        RAbundVector getRAbundVector(SAbundVector*);