]> git.donarmstrong.com Git - mothur.git/blobdiff - readfasta.h
added dist.shared command
[mothur.git] / readfasta.h
index a4fe4363dcab40fe7fcd977b07251bb2cbcc6a68..11cdab0d3a321720e31a110c8a9d9ab206efa0b3 100644 (file)
@@ -6,34 +6,26 @@
  *  Mothur
  *
  *  Created by Thomas Ryabin on 4/21/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 ReadFasta {
+class ReadFasta : public ReadSeqs {
 
        public:
                ReadFasta(string);
                ~ReadFasta();
                void read();
                SequenceDB* getDB();            
-       
-       private:
-               GlobalData* globaldata;
-               string fastaFile;
-               ifstream filehandle;
-               SequenceDB sequencedb;
-               int readOk; // readOk = 0 means success, readOk = 1 means error(s).
-               
-                       
 };
 
 #endif
\ No newline at end of file