]> git.donarmstrong.com Git - mothur.git/blobdiff - readnexus.h
added distance command and filterseqs
[mothur.git] / readnexus.h
index f6bfcbbef72826fb76a3dd33677fadae9f2fbe26..374b82004691af279ebcd3293110afd982fef534 100644 (file)
  */
 using namespace std;
 
+#include "readseqs.h"
 #include "globaldata.hpp"
 #include "sequencedb.h"
 #include "mothur.h"
 
 /**********************************************************************************/
 
-class ReadNexus {
+class ReadNexus : public ReadSeqs {
 
        public:
                ReadNexus(string);
                ~ReadNexus();
                void read();
-               SequenceDB* getDB();            
-       
-       private:
-               GlobalData* globaldata;
-               string nexusFile;
-               ifstream filehandle;
-               SequenceDB sequencedb;
-               int readOk; // readOk = 0 means success, readOk = 1 means error(s).
-               
-                       
+               SequenceDB* getDB();                            
 };
 
 #endif
\ No newline at end of file