X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=systemcommand.h;h=27adf7c5993289bc0edeeb9f56b8de5939b2bfb0;hb=3914b0d6480f67df53b1e838f51c4e6155710434;hp=6a4b884cba8ee21629219593cf43eae7b4c02447;hpb=b72799e7908e2a3a0cf4f03e796b077a97ace6ac;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"; }