X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=systemcommand.h;h=27adf7c5993289bc0edeeb9f56b8de5939b2bfb0;hp=6dc09ef75690b43eb0e5045788308c1a4d26d93b;hb=b206f634aae1b4ce13978d203247fb64757d5482;hpb=49d2b7459c5027557564b21e9487dadafbbbdc96 diff --git a/systemcommand.h b/systemcommand.h index 6dc09ef..27adf7c 100644 --- a/systemcommand.h +++ b/systemcommand.h @@ -24,8 +24,8 @@ class SystemCommand : public Command { vector setParameters(); string getCommandName() { return "system"; } string getCommandCategory() { return "General"; } - string getOutputFileNameTag(string, string) { return ""; } string getHelpString(); + string getOutputPattern(string){ return ""; } string getCitation() { return "http://www.mothur.org/wiki/System"; } string getDescription() { return "execute system commands from within mothur"; }