]> git.donarmstrong.com Git - mothur.git/blobdiff - screenseqscommand.h
merged pat's trim seqs edits with sarah's major overhaul of global data; also added...
[mothur.git] / screenseqscommand.h
index 97b36155af670c3d038c882e742356a1c6ee9a03..eab66ee23d5c0d07a6498b67ab130fb8a7622f4d 100644 (file)
@@ -11,7 +11,6 @@
  */
 #include "mothur.h"
 #include "command.hpp"
-#include "globaldata.hpp"
 
 class ScreenSeqsCommand : public Command {
        
@@ -25,10 +24,6 @@ private:
        void screenNameGroupFile(set<string>);
        void screenGroupFile(set<string>);
 
-       GlobalData* globaldata; 
-       OptionParser* parser;
-       map<string, string> parameters;
-       map<string, string>::iterator it;
        bool abort;
        string fastafile, namefile, groupfile;
        int startPos, endPos, maxAmbig, maxHomoP, minLength, maxLength;