]> git.donarmstrong.com Git - mothur.git/blobdiff - manhattan.h
moved mothur's source into a folder to make grabbing just the source easier on github
[mothur.git] / manhattan.h
diff --git a/manhattan.h b/manhattan.h
deleted file mode 100644 (file)
index 91d73a8..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-#ifndef MANHATTAN_H
-#define MANHATTAN_H
-
-/*
- *  manhattan.h
- *  Mothur
- *
- *  Created by westcott on 12/15/10.
- *  Copyright 2010 Schloss Lab. All rights reserved.
- *
- */
-
-
-#include "calculator.h"
-
-/***********************************************************************/
-
-class Manhattan : public Calculator  {
-       
-public:
-       Manhattan() :  Calculator("manhattan", 1, false) {};
-       EstOutput getValues(SAbundVector*) {return data;};
-       EstOutput getValues(vector<SharedRAbundVector*>);
-       string getCitation() { return "http://www.mothur.org/wiki/Manhattan"; }
-private:
-       
-};
-
-/***********************************************************************/
-
-#endif