Mercurial > repos > testtool > get_gr_set
changeset 8:5b1a9d86338c draft
Uploaded
| author | testtool | 
|---|---|
| date | Mon, 12 Jun 2017 13:35:47 -0400 | 
| parents | c31140daf71f | 
| children | 6908c2998731 | 
| files | GRsetFromGEO/GRsetFromGEO.R | 
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] | 
line wrap: on
 line diff
--- a/GRsetFromGEO/GRsetFromGEO.R Mon Jun 12 11:44:26 2017 -0400 +++ b/GRsetFromGEO/GRsetFromGEO.R Mon Jun 12 13:35:47 2017 -0400 @@ -1,7 +1,7 @@ require("minfi", quietly = TRUE) options(warn = -1) -options('download.file.method'='curl') +options('download.file.method'='libcurl') args <- commandArgs(trailingOnly = TRUE) GSE = args[1]
