]> git.donarmstrong.com Git - mothur.git/blobdiff - screenseqscommand.h
a few modifications for 1.9
[mothur.git] / screenseqscommand.h
index 97b36155af670c3d038c882e742356a1c6ee9a03..54f4bb153d66b89728a1d10fd073cb14f3957779 100644 (file)
@@ -11,7 +11,6 @@
  */
 #include "mothur.h"
 #include "command.hpp"
-#include "globaldata.hpp"
 
 class ScreenSeqsCommand : public Command {
        
@@ -22,16 +21,14 @@ public:
        void help();
        
 private:
-       void screenNameGroupFile(set<string>);
-       void screenGroupFile(set<string>);
-
-       GlobalData* globaldata; 
-       OptionParser* parser;
-       map<string, string> parameters;
-       map<string, string>::iterator it;
+       int screenNameGroupFile(set<string>);
+       int screenGroupFile(set<string>);
+       int screenAlignReport(set<string>);
+       
        bool abort;
-       string fastafile, namefile, groupfile;
+       string fastafile, namefile, groupfile, alignreport, outputDir;
        int startPos, endPos, maxAmbig, maxHomoP, minLength, maxLength;
+       vector<string> outputNames;
 };
 
 #endif