]> git.donarmstrong.com Git - mothur.git/blobdiff - parsefastaqcommand.h
removed read.dist, read.otu, read.tree and globaldata. added current to defaults...
[mothur.git] / parsefastaqcommand.h
index c45405f42455de7bbdf93d7f2c391756d0700a05..fe77cf08f34e3760734fb7b70568c4db09d603a2 100644 (file)
@@ -18,18 +18,18 @@ class ParseFastaQCommand : public Command {
 public:
        ParseFastaQCommand(string);
        ParseFastaQCommand();
-       ~ParseFastaQCommand();
-       vector<string> getRequiredParameters();
-       vector<string> getValidParameters();
-       vector<string> getRequiredFiles();
-       map<string, vector<string> > getOutputFiles() { return outputTypes; }
-       int execute();
-       void help();    
+       ~ParseFastaQCommand() {}
        
+       vector<string> setParameters();
+       string getCommandName()                 { return "parse.fastq";         }
+       string getCommandCategory()             { return "Sequence Processing"; }
+       string getHelpString(); 
+       
+       int execute(); 
+       void help() { m->mothurOut(getHelpString()); }          
 private:
 
        vector<string> outputNames;     
-       map<string, vector<string> > outputTypes;
        string outputDir, fastaQFile;
        bool abort;