]> git.donarmstrong.com Git - mothur.git/blobdiff - reversecommand.h
added summary file to classify.otu
[mothur.git] / reversecommand.h
index aad454313b6668699ea8626cfdf883b8b2d4902e..8b5bcd262528e36f756093a8236f8a1b3a447ce8 100644 (file)
  *
  */
 
-#include "mothur.h"
 #include "command.hpp"
 
 class ReverseSeqsCommand : public Command {
 public:
        ReverseSeqsCommand(string);
+       ReverseSeqsCommand();
        ~ReverseSeqsCommand();
+       vector<string> getRequiredParameters();
+       vector<string> getValidParameters();
+       vector<string> getRequiredFiles();
+       map<string, vector<string> > getOutputFiles() { return outputTypes; }
        int execute();
        void help();
        
@@ -24,6 +28,8 @@ private:
 
        bool abort;
        string fasta, outputDir;
+       vector<string> outputNames;
+       map<string, vector<string> > outputTypes;
        
 };