Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
francois-a committed Nov 29, 2017
1 parent ccf1845 commit d7396fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/calculateSignificanceFastQTL.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ suppressMessages(library(argparser))
# parse inputs
p <- arg_parser("Annotates FastQTL permutation output and runs qvalue")
p <- add_argument(p, "fastqtlOutput", help="")
p <- add_argument(p, "fdr", help="")
p <- add_argument(p, "fdr", type="numeric", help="")
p <- add_argument(p, "outfile", help="")
p <- add_argument(p, "--lambda", type="numeric", help="", default=NULL)
args <- parse_args(p)
Expand Down

0 comments on commit d7396fc

Please sign in to comment.