diff GEO/getGEO.R @ 32:2b223a449cf6 draft

Uploaded
author testtool
date Thu, 09 Feb 2017 08:56:42 -0500
parents eb1a8cedf6c5
children a266a7c268e9
line wrap: on
line diff
--- a/GEO/getGEO.R	Thu Feb 09 08:42:04 2017 -0500
+++ b/GEO/getGEO.R	Thu Feb 09 08:56:42 2017 -0500
@@ -4,7 +4,8 @@
 require("rtracklayer", quietly = TRUE)
 require("FDb.InfiniumMethylation.hg19", quietly = TRUE)
 
-options(warn = -1)
+options(warn = -1,"download.file.method"="wget")
+
 args <- commandArgs(trailingOnly = TRUE)
 GSMTable = args[1]
 MetaTable = args[2]