# HG changeset patch # User testtool # Date 1486377374 18000 # Node ID f49d9ccacc73e2f976dbd362da1092be3a201bad # Parent f1a3a417a14526bb8b75f27c2ce774cf25c466ac Uploaded diff -r f1a3a417a145 -r f49d9ccacc73 getGEO/getGEO.R --- a/getGEO/getGEO.R Fri Jan 20 11:29:05 2017 -0500 +++ b/getGEO/getGEO.R Mon Feb 06 05:36:14 2017 -0500 @@ -5,6 +5,7 @@ require("FDb.InfiniumMethylation.hg19", quietly = TRUE) options(warn = -1) +options("download.file.method"="wget") args <- commandArgs(trailingOnly = TRUE) GSMTable = args[1] MetaTable = args[2]