]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedjackknife.h
changing command name classify.shared to classifyrf.shared
[mothur.git] / sharedjackknife.h
index 9f4ef724cdf770da3d19a5ebd16dec36af43cc25..1e9cbf539077e570dc6c5abaa9a4500266a19e11 100644 (file)
@@ -23,6 +23,7 @@ public:
        SharedJackknife() : numGroups(-1), callCount(0), count(0), currentCallDone(true), Calculator("sharedjackknife", 3, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(vector<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/Sharedjackknife"; }
        
 private:
        int numGroups, callCount, count;