]> git.donarmstrong.com Git - mothur.git/blobdiff - screenseqscommand.h
removed readseqs, readfasta, readnexus, readclustal, readseqsphylip and updated seque...
[mothur.git] / screenseqscommand.h
index f88fe2c442cf1d8ea6b0457a45390383c0c45698..9b987261d10cc62f5296d1717752eb5d7c587dae 100644 (file)
 #include "mothur.h"
 #include "command.hpp"
 #include "globaldata.hpp"
-#include "readfasta.h"
-#include "readnexus.h"
-#include "readclustal.h"
-#include "readseqsphylip.h"
-#include <set>
-
-using namespace std;
 
 class ScreenSeqsCommand : public Command {
        
@@ -28,10 +21,9 @@ public:
        int execute();
 private:
        void screenNameGroupFile(set<string>);
-       int numSeqs;    
+       void screenGroupFile(set<string>);
+
        GlobalData* globaldata; 
-       ReadSeqs* readSeqs;
-       SequenceDB* db;
 };
 
 #endif