X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=mergefilecommand.h;h=d7b0aff0f9691622ebc2484776ff1ba5eb5dde35;hp=1ecc3cb6e24f72b99c5e4d9ddb0850e1cc16e082;hb=615301e57c25e241356a9c2380648d117709458d;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6 diff --git a/mergefilecommand.h b/mergefilecommand.h index 1ecc3cb..d7b0aff 100644 --- a/mergefilecommand.h +++ b/mergefilecommand.h @@ -23,6 +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()); }