]> git.donarmstrong.com Git - mothur.git/blobdiff - parselistscommand.h
removed read.dist, read.otu, read.tree and globaldata. added current to defaults...
[mothur.git] / parselistscommand.h
index 5ecc7ab13205d4f34d7c496a6b2cc3221615eafe..065c499ade25c46fb18ef3746fc5c08687c232d6 100644 (file)
@@ -21,13 +21,15 @@ class ParseListCommand : public Command {
 public:
        ParseListCommand(string);
        ParseListCommand();     
-       ~ParseListCommand();
-       vector<string> getRequiredParameters();
-       vector<string> getValidParameters();
-       vector<string> getRequiredFiles();
-       map<string, vector<string> > getOutputFiles() { return outputTypes; }
-       int execute();  
-       void help();
+       ~ParseListCommand() {}
+       
+       vector<string> setParameters();
+       string getCommandName()                 { return "parse.list";                          }
+       string getCommandCategory()             { return "OTU-Based Approaches";        }
+       string getHelpString(); 
+       
+       int execute(); 
+       void help() { m->mothurOut(getHelpString()); }  
        
 private:
        int parse(ListVector*);
@@ -41,7 +43,6 @@ private:
        set<string> labels;
        bool abort, allLines;
        vector<string> outputNames;
-       map<string, vector<string> > outputTypes;
        
        map<string, ofstream*> filehandles;
        map<string, ofstream*>::iterator it3;