changeset 21:07f0fc6e4d1d draft

Uploaded
author testtool
date Mon, 03 Jul 2017 07:14:02 -0400
parents 40d7bdac6322
children 71a8c9b37d45
files GRsetFromGEO/GRsetFromGEO.R
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/GRsetFromGEO/GRsetFromGEO.R	Mon Jul 03 07:13:53 2017 -0400
+++ b/GRsetFromGEO/GRsetFromGEO.R	Mon Jul 03 07:14:02 2017 -0400
@@ -1,8 +1,8 @@
 require("minfi", quietly = TRUE)
 
 options(warn = -1)
-options('download.file.method.GEOquery'='auto')
-options('GEOquery.inmemory.gpl'=TRUE)
+options('download.file.method.GEOquery' = 'libcurl')
+options('GEOquery.inmemory.gpl'=FALSE)
 
 
 args <- commandArgs(trailingOnly = TRUE)