]> git.donarmstrong.com Git - mothur.git/blobdiff - makefastqcommand.h
removed read.dist, read.otu, read.tree and globaldata. added current to defaults...
[mothur.git] / makefastqcommand.h
index fd893ad590f2f8ed8590b4741a8a11e8ec0db484..946c990047fe8ad65f2fb332deb6e072534fc932 100644 (file)
@@ -20,19 +20,21 @@ public:
        MakeFastQCommand(string);       
        MakeFastQCommand();
        ~MakeFastQCommand(){}
-       vector<string> getRequiredParameters();
-       vector<string> getValidParameters();
-       vector<string> getRequiredFiles();
-       map<string, vector<string> > getOutputFiles() { return outputTypes; }
-       int execute();
-       void help();    
+       
+       vector<string> setParameters();
+       string getCommandName()                 { return "make.fastq";                          }
+       string getCommandCategory()             { return "Sequence Processing";         }
+       string getHelpString(); 
+       
+       int execute(); 
+       void help() { m->mothurOut(getHelpString()); }  
+       
        
 private:
        
        string fastafile, qualfile, outputDir;
        bool abort;
        vector<string> outputNames;
-       map<string, vector<string> > outputTypes;
        
        string convertQual(vector<int>);