]> git.donarmstrong.com Git - mothur.git/blobdiff - formatphylip.h
moved mothur's source into a folder to make grabbing just the source easier on github
[mothur.git] / formatphylip.h
diff --git a/formatphylip.h b/formatphylip.h
deleted file mode 100644 (file)
index b920d08..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-#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
-