Previous changeset 0:4fb1765f3979 (2017-02-09) Next changeset 2:63231b6e69aa (2017-02-10) |
Commit message:
Uploaded |
modified:
GEO/getGEO.R |
b |
diff -r 4fb1765f3979 -r 7230be4d8c66 GEO/getGEO.R --- a/GEO/getGEO.R Thu Feb 09 12:03:16 2017 -0500 +++ b/GEO/getGEO.R Thu Feb 09 12:26:33 2017 -0500 |
b |
@@ -4,7 +4,7 @@ require("rtracklayer", quietly = TRUE) require("FDb.InfiniumMethylation.hg19", quietly = TRUE) -options("download.file.method"="wget") +options("download.file.method.GEOquery"="wget") options(warn = -1) args <- commandArgs(trailingOnly = TRUE) |