From cc532bf00dc6d0a967e0fced688757f7f67a0fb1 Mon Sep 17 00:00:00 2001 From: Schultheis Date: Wed, 19 Dec 2018 17:17:29 +0100 Subject: [PATCH] added author --- bin/reduce_sequence.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/reduce_sequence.R b/bin/reduce_sequence.R index f9e8340..6df5bdc 100644 --- a/bin/reduce_sequence.R +++ b/bin/reduce_sequence.R @@ -15,7 +15,8 @@ option_list <- list( ) opt_parser <- OptionParser(option_list = option_list, - description = "Reduces each sequence to its most frequent region.") + description = "Reduces each sequence to its most frequent region.", + epilogue = "Author: Hendrik Schultheis ") opt <- parse_args(opt_parser)