]> git.donarmstrong.com Git - mothur.git/blobdiff - spearman.h
sffinfo bug with flow grams right index when clipQualRight=0
[mothur.git] / spearman.h
index f49d86f0cc8cb17c1553a27423a74a72b04aaefc..06a4aa9aa9521f4b5dc50040f88adccd1376d7e6 100644 (file)
@@ -22,6 +22,7 @@ public:
        Spearman() :  Calculator("spearman", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(vector<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/Spearman"; }
 private:
        
 };