]> git.donarmstrong.com Git - mothur.git/blob - reversecommand.h
added degap.seqs command
[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 "command.hpp"
14
15 class ReverseSeqsCommand : public Command {
16 public:
17         ReverseSeqsCommand(string);
18         ~ReverseSeqsCommand();
19         int execute();
20         void help();
21         
22 private:
23
24         bool abort;
25         string fasta, outputDir;
26         
27 };
28
29 #endif