]> git.donarmstrong.com Git - mothur.git/blobdiff - chimerabellerophoncommand.h
removed read.dist, read.otu, read.tree and globaldata. added current to defaults...
[mothur.git] / chimerabellerophoncommand.h
index 6e1ae50794f23d92c75d0224011251e385ae8f43..867d3618888e37079ed7e61cc44e5a869924ab04 100644 (file)
@@ -21,13 +21,16 @@ class ChimeraBellerophonCommand : public Command {
 public:
        ChimeraBellerophonCommand(string);
        ChimeraBellerophonCommand();
-       ~ChimeraBellerophonCommand();
-       vector<string> getRequiredParameters();
-       vector<string> getValidParameters();
-       vector<string> getRequiredFiles();
-       map< string, vector<string> > getOutputFiles() { return outputTypes; }
-       int execute();
-       void help();
+       ~ChimeraBellerophonCommand(){}
+       
+       vector<string> setParameters();
+       string getCommandName()                 { return "chimera.bellerophon"; }
+       string getCommandCategory()             { return "Sequence Processing"; }
+       string getHelpString(); 
+       
+       int execute(); 
+       void help() { m->mothurOut(getHelpString()); }  
+       
                
 private:
 
@@ -36,7 +39,6 @@ private:
        int processors, window, increment, numSeqs;
        Chimera* chimera;
        vector<string> outputNames;
-       map<string, vector<string> > outputTypes;
        vector<string> fastaFileNames;
 };