]> git.donarmstrong.com Git - mothur.git/blobdiff - parselistscommand.h
added sharedotu parameter to venn command. working of make.contigs.
[mothur.git] / parselistscommand.h
index 9489b9b29108ed13969352c6ed1fe3a994e7f326..b366d28a6a84a7558cda6547497130ef0c09cbdc 100644 (file)
@@ -26,8 +26,11 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "parse.list";                          }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
+       
        string getHelpString(); 
+    string getOutputPattern(string);   
        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()); }