]> git.donarmstrong.com Git - mothur.git/blobdiff - spearman.h
fixed bug with trim.seqs- when a file is blank for a grouping mothur removed it,...
[mothur.git] / spearman.h
diff --git a/spearman.h b/spearman.h
new file mode 100644 (file)
index 0000000..084514e
--- /dev/null
@@ -0,0 +1,31 @@
+#ifndef SPEARMAN_H
+#define SPEARMAN_H
+
+/*
+ *  spearman.h
+ *  Mothur
+ *
+ *  Created by westcott on 12/15/10.
+ *  Copyright 2010 Schloss Lab. All rights reserved.
+ *
+ */
+
+
+
+#include "calculator.h"
+
+/***********************************************************************/
+
+class Spearman : public Calculator  {
+       
+public:
+       Spearman() :  Calculator("spearman", 1, false) {};
+       EstOutput getValues(SAbundVector*) {return data;};
+       EstOutput getValues(vector<SharedRAbundVector*>);
+private:
+       
+};
+
+/***********************************************************************/
+
+#endif
\ No newline at end of file