]> git.donarmstrong.com Git - mothur.git/blobdiff - reversecommand.h
added reverse.seqs command
[mothur.git] / reversecommand.h
diff --git a/reversecommand.h b/reversecommand.h
new file mode 100644 (file)
index 0000000..46211a5
--- /dev/null
@@ -0,0 +1,28 @@
+#ifndef REVERSECOMMAND_H
+#define REVERSECOMMAND_H
+
+/*
+ *  reversecommand.h
+ *  Mothur
+ *
+ *  Created by Pat Schloss on 6/6/09.
+ *  Copyright 2009 Patrick D. Schloss. All rights reserved.
+ *
+ */
+
+#include "mothur.h"
+#include "command.hpp"
+#include "globaldata.hpp"
+
+class ReverseSeqsCommand : public Command {
+public:
+       ReverseSeqsCommand();
+       ~ReverseSeqsCommand();
+       int execute();
+       
+private:
+       GlobalData* globaldata; 
+       
+};
+
+#endif