]> git.donarmstrong.com Git - mothur.git/blobdiff - reversecommand.h
unifrac parallelization done, changed dist.seqs output=square to calc all distance...
[mothur.git] / reversecommand.h
index 46211a5e008d9194d8c18cdaed0bbeed04afb4e5..874bde62ff5f315d392fc3c51479099b41ada008 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, outputDir;
        
 };