X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=parselistscommand.h;h=84abc85d46e0bc3fddd916a0095c4b45aa44dbd1;hp=9489b9b29108ed13969352c6ed1fe3a994e7f326;hb=a8e2df1b96a57f5f29576b08361b86a96a8eff4f;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77 diff --git a/parselistscommand.h b/parselistscommand.h index 9489b9b..84abc85 100644 --- a/parselistscommand.h +++ b/parselistscommand.h @@ -26,8 +26,11 @@ public: vector 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()); } @@ -37,10 +40,10 @@ private: ListVector* list; GroupMap* groupMap; - InputData* input; + CountTable ct; ofstream out; - string outputDir, listfile, groupfile, label; + string outputDir, listfile, groupfile, label, countfile; set labels; bool abort, allLines; vector outputNames;