]> git.donarmstrong.com Git - mothur.git/blobdiff - parsefastaqcommand.h
Added summary.qual command. Added fontsize parameter to heatmap.sim and venn commands
[mothur.git] / parsefastaqcommand.h
index 071077577f1bec0fb39b05a6d18b01917e7a839e..60524566b2a4f02e4571c38d0602980e676d8138 100644 (file)
@@ -17,10 +17,19 @@ class ParseFastaQCommand : public Command {
 
 public:
        ParseFastaQCommand(string);
-       ~ParseFastaQCommand();
-       int execute();
-       void help();    
+       ParseFastaQCommand();
+       ~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;