]> git.donarmstrong.com Git - mothur.git/blobdiff - filterseqscommand.h
fixed memory leak in rarefact
[mothur.git] / filterseqscommand.h
index fffa45770cde70da74792b6bab1feb105b0bd1d5..06eaa6db7e2deb8b74344d7f408f09734cbf43cf 100644 (file)
@@ -6,7 +6,7 @@
  *  Mothur
  *
  *  Created by Thomas Ryabin on 5/4/09.
- *  Copyright 2009 __MyCompanyName__. All rights reserved.
+ *  Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
  *
  */
 
@@ -35,10 +35,7 @@ private:
        GlobalData* globaldata;
        string filename, trump, filter;
        
-       ReadFasta* readFasta;
-       ReadNexus* readNexus;
-       ReadClustal* readClustal;
-       ReadPhylip* readPhylip;
+       ReadSeqs* readSeqs;
        
        vector<bool> columnsToRemove;
        SequenceDB* db;