]> git.donarmstrong.com Git - mothur.git/blob - screenseqscommand.h
removed readseqs, readfasta, readnexus, readclustal, readseqsphylip and updated seque...
[mothur.git] / screenseqscommand.h
1 #ifndef SCREENSEQSCOMMAND_H
2 #define SCREENSEQSCOMMAND_H
3
4 /*
5  *  screenseqscommand.h
6  *  Mothur
7  *
8  *  Created by Pat Schloss on 6/3/09.
9  *  Copyright 2009 Patrick D. Schloss. All rights reserved.
10  *
11  */
12 #include "mothur.h"
13 #include "command.hpp"
14 #include "globaldata.hpp"
15
16 class ScreenSeqsCommand : public Command {
17         
18 public:
19         ScreenSeqsCommand();
20         ~ScreenSeqsCommand();
21         int execute();
22 private:
23         void screenNameGroupFile(set<string>);
24         void screenGroupFile(set<string>);
25
26         GlobalData* globaldata; 
27 };
28
29 #endif