X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=parselistscommand.h;h=84abc85d46e0bc3fddd916a0095c4b45aa44dbd1;hb=a0f1fca79d2ddfa7ad36b4485039c68b5704fe8d;hp=9356299b91c45c82b073c424a81b9a6bb28673e8;hpb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc;p=mothur.git diff --git a/parselistscommand.h b/parselistscommand.h index 9356299..84abc85 100644 --- a/parselistscommand.h +++ b/parselistscommand.h @@ -26,7 +26,9 @@ 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"; } @@ -38,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;