]> git.donarmstrong.com Git - mothur.git/blobdiff - spearman.h
sffinfo bug with flow grams right index when clipQualRight=0
[mothur.git] / spearman.h
index 084514e1454ebfb39b227620186fbaf7895d1e97..06a4aa9aa9521f4b5dc50040f88adccd1376d7e6 100644 (file)
@@ -22,10 +22,16 @@ 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:
        
 };
 
 /***********************************************************************/
 
-#endif
\ No newline at end of file
+#endif
+
+
+
+
+