X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=systemcommand.h;h=6dc09ef75690b43eb0e5045788308c1a4d26d93b;hb=e10c72304ee071c0c40e0218a06d89dc4731cbc2;hp=8c959cfb52302df67651a4196ea533751ad596a1;hpb=9d6f36294dcaef3ac65a0e69fd8140077c3209e0;p=mothur.git diff --git a/systemcommand.h b/systemcommand.h index 8c959cf..6dc09ef 100644 --- a/systemcommand.h +++ b/systemcommand.h @@ -24,8 +24,11 @@ class SystemCommand : public Command { vector setParameters(); string getCommandName() { return "system"; } string getCommandCategory() { return "General"; } - string getHelpString(); - + string getOutputFileNameTag(string, string) { return ""; } + string getHelpString(); + string getCitation() { return "http://www.mothur.org/wiki/System"; } + string getDescription() { return "execute system commands from within mothur"; } + int execute(); void help() { m->mothurOut(getHelpString()); }