# HG changeset patch
# User testtool
# Date 1486648602 18000
# Node ID 2b223a449cf679f4afa362d0cfdf4c6a1175eae1
# Parent f81cbc34657c4a3883606a3c377f8b02672c69db
Uploaded
diff -r f81cbc34657c -r 2b223a449cf6 GEO/.Rhistory
--- a/GEO/.Rhistory Thu Feb 09 08:42:04 2017 -0500
+++ b/GEO/.Rhistory Thu Feb 09 08:56:42 2017 -0500
@@ -0,0 +1,5 @@
+??options
+options(warn = -1)
++options("download.file.method"="wget")
+options("download.file.method"="wget")
+options(warn = -1,"download.file.method"="wget")
diff -r f81cbc34657c -r 2b223a449cf6 GEO/getGEO.R
--- 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]
diff -r f81cbc34657c -r 2b223a449cf6 GEO/getGEO.xml
--- a/GEO/getGEO.xml Thu Feb 09 08:42:04 2017 -0500
+++ b/GEO/getGEO.xml Thu Feb 09 08:56:42 2017 -0500
@@ -3,9 +3,9 @@
R
-
-
-
+
+
+
Rscript $__tool_directory__/getGEO.R "$GSMTable" "$MetaTable" "$IlmnTable" "$gmTable"