X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=mergefilecommand.h;h=d7b0aff0f9691622ebc2484776ff1ba5eb5dde35;hp=1e56f73a865079f7dca0ccab91f3fd6f0ddfcbef;hb=615301e57c25e241356a9c2380648d117709458d;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77 diff --git a/mergefilecommand.h b/mergefilecommand.h index 1e56f73..d7b0aff 100644 --- a/mergefilecommand.h +++ b/mergefilecommand.h @@ -23,7 +23,10 @@ public: string getCommandName() { return "merge.files"; } string getCommandCategory() { return "General"; } string getHelpString(); + string getOutputPattern(string){ return ""; } string getCitation() { return "http://www.mothur.org/wiki/Merge.files"; } + string getDescription() { return "appends files creating one file"; } + int execute(); void help() { m->mothurOut(getHelpString()); }