]> git.donarmstrong.com Git - mothur.git/blobdiff - formatphylip.h
Revert to previous commit
[mothur.git] / formatphylip.h
diff --git a/formatphylip.h b/formatphylip.h
new file mode 100644 (file)
index 0000000..b920d08
--- /dev/null
@@ -0,0 +1,31 @@
+#ifndef FORMATPHYLIP_H
+#define FORMATPHYLIP_H
+
+/*
+ *  formatphylip.h
+ *  Mothur
+ *
+ *  Created by westcott on 1/13/10.
+ *  Copyright 2010 Schloss Lab. All rights reserved.
+ *
+ */
+
+#include "formatmatrix.h"
+
+/******************************************************/
+
+class FormatPhylipMatrix : public FormatMatrix {
+       
+public:
+       FormatPhylipMatrix(string);
+       ~FormatPhylipMatrix();
+       int read(NameAssignment*);
+private:
+       ifstream fileHandle;
+       string filename;
+};
+
+/******************************************************/
+
+#endif
+