X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mergefilecommand.h;h=9cb999bba52122480ae3a8f8d889281f9b5dd758;hb=96dbe925073caefaed6e6db85659c144a806aeb1;hp=1ecc3cb6e24f72b99c5e4d9ddb0850e1cc16e082;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/mergefilecommand.h b/mergefilecommand.h index 1ecc3cb..9cb999b 100644 --- a/mergefilecommand.h +++ b/mergefilecommand.h @@ -22,7 +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()); }