]> git.donarmstrong.com Git - mothur.git/blobdiff - reversecommand.h
added mpi code to cluster.split command
[mothur.git] / reversecommand.h
index b47ee3a51d614c84f746a1f231894809059bcad3..874bde62ff5f315d392fc3c51479099b41ada008 100644 (file)
@@ -10,7 +10,6 @@
  *
  */
 
-#include "mothur.h"
 #include "command.hpp"
 
 class ReverseSeqsCommand : public Command {
@@ -23,7 +22,7 @@ public:
 private:
 
        bool abort;
-       string fasta;
+       string fasta, outputDir;
        
 };