]> git.donarmstrong.com Git - mothur.git/blob - chimeraseqscommand.h
added MPI code, broke up chimera.seqs into 5 separated commands, added parse.sff...
[mothur.git] / chimeraseqscommand.h
1 #ifndef CHIMERACOMMAND_H
2 #define CHIMERACOMMAND_H
3
4 /*
5  *  chimeraseqscommand.h
6  *  Mothur
7  *
8  *  Created by Sarah Westcott on 6/29/09.
9  *  Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
10  *
11  */
12
13 #include "mothur.h"
14 #include "command.hpp"
15
16 /***********************************************************/
17
18 class ChimeraSeqsCommand : public Command {
19 public:
20         ChimeraSeqsCommand(string);
21         ~ChimeraSeqsCommand();
22         int execute();
23         void help();
24         
25                 
26 private:
27
28 };
29
30 /***********************************************************/
31
32 #endif
33