Skip to content

Commit

Permalink
fix default name arg
Browse files Browse the repository at this point in the history
  • Loading branch information
stevekm committed Oct 9, 2017
1 parent b462646 commit 4b819a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile-report.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ library("tools")

# ~~~~~ GET SCRIPT ARGS ~~~~~~~ #
option_list <- list(
make_option(c("-n", "--name"), type="character", default='peaks-report',
make_option(c("-n", "--name"), type="character", default=FALSE,
dest="report_name", help="A different output name to use for the report file (excluding file extension)"),
make_option(c("--height"), type="numeric", default=12,
dest = "plot_height", help="Height for boxplot [default %default]",
Expand Down

0 comments on commit 4b819a4

Please sign in to comment.