X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=setdircommand.h;h=ab174c2b783eca5c3a7fc0d74a8a2f6c5abf4a70;hb=70491a12902e89b85cfa6b44a7b7fbe066ee2ac1;hp=0d12e05be43ce8ec055fa5a9bdc39dad62f9bca2;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/setdircommand.h b/setdircommand.h index 0d12e05..ab174c2 100644 --- a/setdircommand.h +++ b/setdircommand.h @@ -25,15 +25,19 @@ public: vector setParameters(); string getCommandName() { return "set.dir"; } string getCommandCategory() { return "General"; } - string getHelpString(); + string getHelpString(); + string getOutputPattern(string){ return ""; } + string getCitation() { return "http://www.mothur.org/wiki/Set.dir"; } + string getDescription() { return "set input, output and default directories"; } + int execute(); void help() { m->mothurOut(getHelpString()); } private: CommandFactory* commandFactory; string output, input, tempdefault; - bool abort; + bool abort, debugOnly; vector outputNames;