X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mergefilecommand.h;h=9cb999bba52122480ae3a8f8d889281f9b5dd758;hb=79a7d3273749b08d4f9f8dfe350c964ff0c4351e;hp=1e56f73a865079f7dca0ccab91f3fd6f0ddfcbef;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/mergefilecommand.h b/mergefilecommand.h index 1e56f73..9cb999b 100644 --- a/mergefilecommand.h +++ b/mergefilecommand.h @@ -22,8 +22,11 @@ public: vector setParameters(); string getCommandName() { return "merge.files"; } string getCommandCategory() { return "General"; } + string getOutputFileNameTag(string, string) { return ""; } string getHelpString(); 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()); }