]> git.donarmstrong.com Git - mothur.git/blobdiff - getcurrentcommand.h
removed read.dist, read.otu, read.tree and globaldata. added current to defaults...
[mothur.git] / getcurrentcommand.h
index c36b6a599885aa81c127f1b0fff1626f7b8313c1..aa4f8f4f4e488fdb87474b0ceebd52ac25cd4f98 100644 (file)
@@ -17,18 +17,20 @@ class GetCurrentCommand : public Command {
        public:
                GetCurrentCommand(string);
                GetCurrentCommand();
-               ~GetCurrentCommand();
-               vector<string> getRequiredParameters();
-               vector<string> getValidParameters();
-               vector<string> getRequiredFiles();
-               map<string, vector<string> > getOutputFiles() { return outputTypes; }
-               int execute();
-               void help();
-               
+               ~GetCurrentCommand() {}
+       
+               vector<string> setParameters();
+               string getCommandName()                 { return "get.current"; }
+               string getCommandCategory()             { return "General";             }
+               string getHelpString(); 
+       
+               int execute(); 
+               void help() { m->mothurOut(getHelpString()); }  
+       
+       
        private:
                
                vector<string> outputNames;
-               map<string, vector<string> > outputTypes;
                bool abort;
        
                string clearTypes;