X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=systemcommand.h;h=6dc09ef75690b43eb0e5045788308c1a4d26d93b;hb=01f8d2c7d982a6209211f5abbcf2a086fdf60d0a;hp=6a4b884cba8ee21629219593cf43eae7b4c02447;hpb=b72799e7908e2a3a0cf4f03e796b077a97ace6ac;p=mothur.git diff --git a/systemcommand.h b/systemcommand.h index 6a4b884..6dc09ef 100644 --- a/systemcommand.h +++ b/systemcommand.h @@ -24,7 +24,8 @@ 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"; }