]> git.donarmstrong.com Git - mothur.git/blobdiff - screenseqscommand.h
added groups option to read.otu, added qtrim option to trim.seqs, fixed bug in get...
[mothur.git] / screenseqscommand.h
index 97b36155af670c3d038c882e742356a1c6ee9a03..269275d38409c251ef3f9b0b1c2552602367f348 100644 (file)
@@ -11,7 +11,6 @@
  */
 #include "mothur.h"
 #include "command.hpp"
-#include "globaldata.hpp"
 
 class ScreenSeqsCommand : public Command {
        
@@ -24,13 +23,10 @@ public:
 private:
        void screenNameGroupFile(set<string>);
        void screenGroupFile(set<string>);
-
-       GlobalData* globaldata; 
-       OptionParser* parser;
-       map<string, string> parameters;
-       map<string, string>::iterator it;
+       void screenAlignReport(set<string>);
+       
        bool abort;
-       string fastafile, namefile, groupfile;
+       string fastafile, namefile, groupfile, alignreport;
        int startPos, endPos, maxAmbig, maxHomoP, minLength, maxLength;
 };