]> git.donarmstrong.com Git - mothur.git/blobdiff - chimeraccodecommand.h
removed read.dist, read.otu, read.tree and globaldata. added current to defaults...
[mothur.git] / chimeraccodecommand.h
index a9ed223b112cdb50876024c893257549e159481f..4f047e169183bc9d9294f1abb6f229015a162496 100644 (file)
@@ -21,13 +21,15 @@ class ChimeraCcodeCommand : public Command {
 public:
        ChimeraCcodeCommand(string);
        ChimeraCcodeCommand();
-       ~ChimeraCcodeCommand();
-       vector<string> getRequiredParameters();
-       vector<string> getValidParameters();
-       vector<string> getRequiredFiles();
-       map<string, vector<string> > getOutputFiles() { return outputTypes; }
-       int execute();
-       void help();
+       ~ChimeraCcodeCommand(){}
+       
+       vector<string> setParameters();
+       string getCommandName()                 { return "chimera.ccode";               }
+       string getCommandCategory()             { return "Sequence Processing"; }
+       string getHelpString(); 
+       
+       int execute(); 
+       void help() { m->mothurOut(getHelpString()); }  
        
                
 private:
@@ -52,9 +54,6 @@ private:
        Chimera* chimera;
        vector<string> fastaFileNames;
        vector<string> outputNames;
-       map<string, vector<string> > outputTypes;
-       
-       
 };
 
 /***********************************************************/