X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mergefilecommand.h;h=1c3c4d5a5ea12a6bcbc9cae3cd9eca54b3bd083d;hb=8dd3c225255d7084e3aff8740aa4f1f1cabb367a;hp=1ecc3cb6e24f72b99c5e4d9ddb0850e1cc16e082;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/mergefilecommand.h b/mergefilecommand.h index 1ecc3cb..1c3c4d5 100644 --- a/mergefilecommand.h +++ b/mergefilecommand.h @@ -23,6 +23,9 @@ public: string getCommandName() { return "merge.files"; } string getCommandCategory() { return "General"; } 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()); }