]> git.donarmstrong.com Git - mothur.git/blob - reversecommand.h
added set.dir command and modified commands to redirect input and output, removed...
[mothur.git] / reversecommand.h
1 #ifndef REVERSECOMMAND_H
2 #define REVERSECOMMAND_H
3
4 /*
5  *  reversecommand.h
6  *  Mothur
7  *
8  *  Created by Pat Schloss on 6/6/09.
9  *  Copyright 2009 Patrick D. Schloss. All rights reserved.
10  *
11  */
12
13 #include "mothur.h"
14 #include "command.hpp"
15
16 class ReverseSeqsCommand : public Command {
17 public:
18         ReverseSeqsCommand(string);
19         ~ReverseSeqsCommand();
20         int execute();
21         void help();
22         
23 private:
24
25         bool abort;
26         string fasta, outputDir;
27         
28 };
29
30 #endif