]> git.donarmstrong.com Git - mothur.git/blobdiff - reversecommand.h
added mpi code to cluster.split command
[mothur.git] / reversecommand.h
index 2a996e9fe02d6e05511ea543ef0d9dd4e507fbdb..874bde62ff5f315d392fc3c51479099b41ada008 100644 (file)
@@ -10,9 +10,7 @@
  *
  */
 
-#include "mothur.h"
 #include "command.hpp"
-#include "globaldata.hpp"
 
 class ReverseSeqsCommand : public Command {
 public:
@@ -22,13 +20,9 @@ public:
        void help();
        
 private:
-       GlobalData* globaldata; 
-       OptionParser* parser;
-       map<string, string> parameters;
-       map<string, string>::iterator it;
-       bool abort;
-       string fasta;
 
+       bool abort;
+       string fasta, outputDir;
        
 };