]> git.donarmstrong.com Git - mothur.git/blobdiff - chimeraccodecommand.h
added citation function to commands
[mothur.git] / chimeraccodecommand.h
index a9ed223b112cdb50876024c893257549e159481f..cedec2f690f6b3c981280d41a0f9bb59777ae015 100644 (file)
@@ -21,13 +21,16 @@ 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(); 
+       string getCitation() { return "Evaluating putative chimeric sequences from PCR-amplified products' paper by Juan M. Gonzalez, Johannes Zimmerman and Cesareo Saiz-Jimenez. http://www.mothur.org/wiki/Chimera.ccode"; }
+       
+       int execute(); 
+       void help() { m->mothurOut(getHelpString()); }  
        
                
 private:
@@ -52,9 +55,6 @@ private:
        Chimera* chimera;
        vector<string> fastaFileNames;
        vector<string> outputNames;
-       map<string, vector<string> > outputTypes;
-       
-       
 };
 
 /***********************************************************/