X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=systemcommand.h;h=27adf7c5993289bc0edeeb9f56b8de5939b2bfb0;hb=a0f1fca79d2ddfa7ad36b4485039c68b5704fe8d;hp=6a4b884cba8ee21629219593cf43eae7b4c02447;hpb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc;p=mothur.git diff --git a/systemcommand.h b/systemcommand.h index 6a4b884..27adf7c 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 getHelpString(); + string getOutputPattern(string){ return ""; } string getCitation() { return "http://www.mothur.org/wiki/System"; } string getDescription() { return "execute system commands from within mothur"; }