]> 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 425b473d4e1e7204ff460a00220bacc023dd0333..eab66ee23d5c0d07a6498b67ab130fb8a7622f4d 100644 (file)
  */
 #include "mothur.h"
 #include "command.hpp"
-#include "globaldata.hpp"
-#include "readfasta.h"
-#include "readnexus.h"
-#include "readclustal.h"
-#include "readseqsphylip.h"
-
 
 class ScreenSeqsCommand : public Command {
        
 public:
-       ScreenSeqsCommand();
+       ScreenSeqsCommand(string);
        ~ScreenSeqsCommand();
        int execute();
+       void help();
+       
 private:
        void screenNameGroupFile(set<string>);
        void screenGroupFile(set<string>);
 
-       GlobalData* globaldata; 
+       bool abort;
+       string fastafile, namefile, groupfile;
+       int startPos, endPos, maxAmbig, maxHomoP, minLength, maxLength;
 };
 
 #endif