changeset 17:3431c6054674 draft

Uploaded
author testtool
date Thu, 29 Jun 2017 11:10:41 -0400
parents ceaf71c74547
children 25490621d43e
files GRsetFromGEO/GRsetFromGEO.R
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/GRsetFromGEO/GRsetFromGEO.R	Thu Jun 29 10:18:30 2017 -0400
+++ b/GRsetFromGEO/GRsetFromGEO.R	Thu Jun 29 11:10:41 2017 -0400
@@ -1,7 +1,9 @@
 require("minfi", quietly = TRUE)
 
 options(warn = -1)
-options('download.file.method'='wget')
+options('download.file.method.GEOquery'='auto')
+options('GEOquery.inmemory.gpl'=TRUE)
+
 
 args <- commandArgs(trailingOnly = TRUE)
 input = args[1]