Skip to content

Commit

Permalink
added author
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikSchultheis committed Dec 19, 2018
1 parent 97464ca commit cc532bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/reduce_sequence.R
Original file line number Diff line number Diff line change
Expand Up @@ -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 <Hendrik.Schultheis@mpi-bn.mpg.de>")

opt <- parse_args(opt_parser)

Expand Down

0 comments on commit cc532bf

Please sign in to comment.