]> git.donarmstrong.com Git - mothur.git/blobdiff - readseqsphylip.h
fixed multiple bugs for 1.4 release
[mothur.git] / readseqsphylip.h
index c08c9774e953516a30ab5c7bd453b0382fe19818..be4168d7d7a14fb98254ca9d70826d860bebd08e 100644 (file)
@@ -6,18 +6,19 @@
  *  Mothur
  *
  *  Created by Thomas Ryabin on 4/24/09.
- *  Copyright 2009 __MyCompanyName__. All rights reserved.
+ *  Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
  *
  */
 using namespace std;
 
+#include "readseqs.h"
 #include "globaldata.hpp"
 #include "sequencedb.h"
 #include "mothur.h"
 
 /**********************************************************************************/
 
-class ReadPhylip {
+class ReadPhylip : public ReadSeqs {
 
        public:
                ReadPhylip(string);
@@ -26,12 +27,6 @@ class ReadPhylip {
                SequenceDB* getDB();            
        
        private:
-               GlobalData* globaldata;
-               string phylipFile;
-               ifstream filehandle;
-               SequenceDB sequencedb;
-               int readOk; // readOk = 0 means success, readOk = 1 means error(s).
-               
                bool isSeq(string);
 };