X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=loadlogfilecommand.h;h=ab8cacdc0f7229d13397c88499d458fdb3fe9858;hp=0fd82a86b56a364a0397207580b3954cd43a2ed2;hb=a8e2df1b96a57f5f29576b08361b86a96a8eff4f;hpb=49d2b7459c5027557564b21e9487dadafbbbdc96 diff --git a/loadlogfilecommand.h b/loadlogfilecommand.h index 0fd82a8..ab8cacd 100644 --- a/loadlogfilecommand.h +++ b/loadlogfilecommand.h @@ -23,8 +23,8 @@ public: vector setParameters(); string getCommandName() { return "load.logfile"; } string getCommandCategory() { return "General"; } - string getOutputFileNameTag(string, string) { return ""; } string getHelpString(); + string getOutputPattern(string) { return ""; } string getCitation() { return "http://www.mothur.org/wiki/Load.logfile"; } string getDescription() { return "extracts current files from a logfile"; } @@ -35,6 +35,8 @@ private: bool abort; string outputDir, logfile; vector outputNames; + + int updateCurrent(string pattern, string type, string, vector outputNames, map& currentFiles); }; /**************************************************************************************************/