]> git.donarmstrong.com Git - mothur.git/blobdiff - reversecommand.h
fixed bug with realigner for chimera slayer
[mothur.git] / reversecommand.h
index 874bde62ff5f315d392fc3c51479099b41ada008..0d1da8801adc5a2b5e5bfe9cf81ef58789de534c 100644 (file)
 class ReverseSeqsCommand : public Command {
 public:
        ReverseSeqsCommand(string);
-       ~ReverseSeqsCommand();
-       int execute();
-       void help();
+       ReverseSeqsCommand();
+       ~ReverseSeqsCommand() {}
+       
+       vector<string> setParameters();
+       string getCommandName()                 { return "reverse.seqs";                        }
+       string getCommandCategory()             { return "Sequence Processing";         }
+       string getHelpString(); 
+       
+       int execute(); 
+       void help() { m->mothurOut(getHelpString()); }  
        
 private:
 
        bool abort;
-       string fasta, outputDir;
+       string fastaFileName, qualFileName, outputDir;
+       vector<string> outputNames;
        
 };