X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=screenseqscommand.h;h=56c9d82f1625a2a9481a203b7b217a9bc3b66bc4;hb=544469443afe44920bdf279aefd26d29534cabaf;hp=f88fe2c442cf1d8ea6b0457a45390383c0c45698;hpb=dc874a77f24b3808775e2ce7e39595c647a07f82;p=mothur.git diff --git a/screenseqscommand.h b/screenseqscommand.h index f88fe2c..56c9d82 100644 --- a/screenseqscommand.h +++ b/screenseqscommand.h @@ -16,7 +16,6 @@ #include "readnexus.h" #include "readclustal.h" #include "readseqsphylip.h" -#include using namespace std; @@ -28,10 +27,9 @@ public: int execute(); private: void screenNameGroupFile(set); - int numSeqs; + void screenGroupFile(set); + GlobalData* globaldata; - ReadSeqs* readSeqs; - SequenceDB* db; }; #endif