]> git.donarmstrong.com Git - mothur.git/blobdiff - parselistscommand.h
forced rarefaction.single to output ending line for all groups. added subsample...
[mothur.git] / parselistscommand.h
index 5ecc7ab13205d4f34d7c496a6b2cc3221615eafe..9356299b91c45c82b073c424a81b9a6bb28673e8 100644 (file)
@@ -21,13 +21,17 @@ 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(); 
+       string getCitation() { return "http://www.mothur.org/wiki/Parse.list"; }
+       string getDescription()         { return "parses a list file by group"; }
+       
+       int execute(); 
+       void help() { m->mothurOut(getHelpString()); }  
        
 private:
        int parse(ListVector*);
@@ -41,7 +45,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;