X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=setdircommand.h;h=36753edeb57f8601dd0a1f5309b9c1cf67109429;hp=b3b00c46c65b65f1c7f243221ceb4e814a37dbc5;hb=b206f634aae1b4ce13978d203247fb64757d5482;hpb=a44542a3c740cf957cff72ac71742f2fe48b0eaf diff --git a/setdircommand.h b/setdircommand.h index b3b00c4..36753ed 100644 --- a/setdircommand.h +++ b/setdircommand.h @@ -25,7 +25,9 @@ public: vector setParameters(); string getCommandName() { return "set.dir"; } string getCommandCategory() { return "General"; } + 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"; } @@ -35,7 +37,7 @@ public: private: CommandFactory* commandFactory; string output, input, tempdefault; - bool abort; + bool abort, debugOnly, modifyNames; vector outputNames;