X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=setdircommand.h;h=b3b00c46c65b65f1c7f243221ceb4e814a37dbc5;hb=2bb9267aa4b4ecdf8488b06605cc9f3f36fa4332;hp=0d12e05be43ce8ec055fa5a9bdc39dad62f9bca2;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/setdircommand.h b/setdircommand.h index 0d12e05..b3b00c4 100644 --- a/setdircommand.h +++ b/setdircommand.h @@ -26,7 +26,9 @@ public: string getCommandName() { return "set.dir"; } string getCommandCategory() { return "General"; } string getHelpString(); - + 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()); }