X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=parselistscommand.h;h=48b53a69d8141efbedc7373de2d770d53bace282;hb=250e3b11b1c9c1e1ad458ab6c7e71ac2e67e11d9;hp=065c499ade25c46fb18ef3746fc5c08687c232d6;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/parselistscommand.h b/parselistscommand.h index 065c499..48b53a6 100644 --- a/parselistscommand.h +++ b/parselistscommand.h @@ -26,7 +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()); } @@ -36,16 +40,13 @@ 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; - - map filehandles; - map::iterator it3; };