]> git.donarmstrong.com Git - mothur.git/blobdiff - reversecommand.h
modified reverse.seqs and qualscores.cpp
[mothur.git] / reversecommand.h
index 874bde62ff5f315d392fc3c51479099b41ada008..bd8d1194ff095fa5fecff1b51570520b849dbf9a 100644 (file)
 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();
        
 private:
 
        bool abort;
-       string fasta, outputDir;
+       string fastaFileName, qualFileName, outputDir;
+       vector<string> outputNames;
+       map<string, vector<string> > outputTypes;
        
 };