X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=setdircommand.h;h=837a8b58053cc7b2f5491d8fb59ba00c7c758328;hb=ccae9eef0b44f2d63fdf4a707d0d40243aa1b990;hp=b3b00c46c65b65f1c7f243221ceb4e814a37dbc5;hpb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc;p=mothur.git diff --git a/setdircommand.h b/setdircommand.h index b3b00c4..837a8b5 100644 --- a/setdircommand.h +++ b/setdircommand.h @@ -25,6 +25,7 @@ public: vector setParameters(); string getCommandName() { return "set.dir"; } string getCommandCategory() { return "General"; } + string getOutputFileNameTag(string, string) { return ""; } string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/Set.dir"; } string getDescription() { return "set input, output and default directories"; } @@ -35,7 +36,7 @@ public: private: CommandFactory* commandFactory; string output, input, tempdefault; - bool abort; + bool abort, debugOnly; vector outputNames;