Mercurial > repos > testtool > get_gr_set
changeset 10:8fb59470e294 draft
Uploaded
| author | testtool | 
|---|---|
| date | Tue, 13 Jun 2017 07:30:46 -0400 | 
| parents | 6908c2998731 | 
| children | bfc8b961afe1 | 
| files | GRsetFromGEO/GRsetFromGEO.R | 
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] | 
line wrap: on
 line diff
--- a/GRsetFromGEO/GRsetFromGEO.R Tue Jun 13 07:03:10 2017 -0400 +++ b/GRsetFromGEO/GRsetFromGEO.R Tue Jun 13 07:30:46 2017 -0400 @@ -1,7 +1,7 @@ require("minfi", quietly = TRUE) options(warn = -1) -options('download.file.method.GEOquery' = 'libcurl') +options('download.file.method.GEOquery' = 'wget') args <- commandArgs(trailingOnly = TRUE) GSE = args[1]
