]> git.donarmstrong.com Git - mothur.git/blobdiff - parsefastaqcommand.h
added processors to pre.cluster for mac and windows. Fixed bug in reNameFile function...
[mothur.git] / parsefastaqcommand.h
index c45405f42455de7bbdf93d7f2c391756d0700a05..60524566b2a4f02e4571c38d0602980e676d8138 100644 (file)
@@ -18,18 +18,21 @@ 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(); 
+       string getCitation() { return "http://www.mothur.org/wiki/Parse.fastq"; }
+       string getDescription()         { return "reads a fastq file and creates a fasta and quality file"; }
+
+       
+       int execute(); 
+       void help() { m->mothurOut(getHelpString()); }          
 private:
 
        vector<string> outputNames;     
-       map<string, vector<string> > outputTypes;
        string outputDir, fastaQFile;
        bool abort;