]> git.donarmstrong.com Git - mothur.git/blobdiff - screenseqscommand.h
pat's edits of screen.seqs and summary.seqs
[mothur.git] / screenseqscommand.h
index f88fe2c442cf1d8ea6b0457a45390383c0c45698..56c9d82f1625a2a9481a203b7b217a9bc3b66bc4 100644 (file)
@@ -16,7 +16,6 @@
 #include "readnexus.h"
 #include "readclustal.h"
 #include "readseqsphylip.h"
-#include <set>
 
 using namespace std;
 
@@ -28,10 +27,9 @@ public:
        int execute();
 private:
        void screenNameGroupFile(set<string>);
-       int numSeqs;    
+       void screenGroupFile(set<string>);
+
        GlobalData* globaldata; 
-       ReadSeqs* readSeqs;
-       SequenceDB* db;
 };
 
 #endif