]> git.donarmstrong.com Git - mothur.git/blobdiff - getotuscommand.h
removed read.dist, read.otu, read.tree and globaldata. added current to defaults...
[mothur.git] / getotuscommand.h
index ec69acb4c0381c6b2b5190abf1a88ae214751647..34562fe7cf8f426048e5f1e71d568039bef1a117 100644 (file)
@@ -23,18 +23,20 @@ public:
        GetOtusCommand(string); 
        GetOtusCommand();
        ~GetOtusCommand(){}
-       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 "get.otus";                            }
+       string getCommandCategory()             { return "OTU-Based Approaches";        }
+       string getHelpString(); 
+       
+       int execute(); 
+       void help() { m->mothurOut(getHelpString()); }  
+       
        
 private:
        string accnosfile, groupfile, listfile, outputDir, groups, label;
        bool abort;
        vector<string> outputNames, Groups;
-       map<string, vector<string> > outputTypes;
        GroupMap* groupMap;
        
        void readAccnos();