]> git.donarmstrong.com Git - mothur.git/blobdiff - reversecommand.h
fixed problem with class.fy.seqs where group totals did not add up. added constructo...
[mothur.git] / reversecommand.h
index 2a996e9fe02d6e05511ea543ef0d9dd4e507fbdb..aad454313b6668699ea8626cfdf883b8b2d4902e 100644 (file)
@@ -12,7 +12,6 @@
 
 #include "mothur.h"
 #include "command.hpp"
-#include "globaldata.hpp"
 
 class ReverseSeqsCommand : public Command {
 public:
@@ -22,13 +21,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;
        
 };