]> git.donarmstrong.com Git - mothur.git/blobdiff - reversecommand.h
bugs fixes while testing for 1.5 release
[mothur.git] / reversecommand.h
index 46211a5e008d9194d8c18cdaed0bbeed04afb4e5..b47ee3a51d614c84f746a1f231894809059bcad3 100644 (file)
 
 #include "mothur.h"
 #include "command.hpp"
-#include "globaldata.hpp"
 
 class ReverseSeqsCommand : public Command {
 public:
-       ReverseSeqsCommand();
+       ReverseSeqsCommand(string);
        ~ReverseSeqsCommand();
        int execute();
+       void help();
        
 private:
-       GlobalData* globaldata; 
+
+       bool abort;
+       string fasta;
        
 };