]> git.donarmstrong.com Git - mothur.git/blobdiff - chimeraccodecommand.h
1.19.0
[mothur.git] / chimeraccodecommand.h
index d980288ac3585916321edec15114d0c47303e120..4f047e169183bc9d9294f1abb6f229015a162496 100644 (file)
 class ChimeraCcodeCommand : public Command {
 public:
        ChimeraCcodeCommand(string);
-       ~ChimeraCcodeCommand();
-       int execute();
-       void help();
+       ChimeraCcodeCommand();
+       ~ChimeraCcodeCommand(){}
+       
+       vector<string> setParameters();
+       string getCommandName()                 { return "chimera.ccode";               }
+       string getCommandCategory()             { return "Sequence Processing"; }
+       string getHelpString(); 
+       
+       int execute(); 
+       void help() { m->mothurOut(getHelpString()); }  
        
                
 private:
@@ -47,8 +54,6 @@ private:
        Chimera* chimera;
        vector<string> fastaFileNames;
        vector<string> outputNames;
-       
-       
 };
 
 /***********************************************************/