# HG changeset patch # User testtool # Date 1493044280 14400 # Node ID 660897ee0d12db3f13acefb54f35401602595d0a # Parent 4987433afb56d6afe6e8eddb65cc55a2f5a5e403 Uploaded diff -r 4987433afb56 -r 660897ee0d12 GRsetFromGEO/GRsetFromGEO.R --- a/GRsetFromGEO/GRsetFromGEO.R Mon Apr 24 10:09:39 2017 -0400 +++ b/GRsetFromGEO/GRsetFromGEO.R Mon Apr 24 10:31:20 2017 -0400 @@ -1,9 +1,10 @@ -require("BiocGenerics", quietly = TRUE) -require("data.table", quietly = TRUE) require("GEOquery", quietly = TRUE) require("minfi", quietly = TRUE) require("FDb.InfiniumMethylation.hg19", quietly = TRUE) +options(warn = -1) +options("download.file.method"="wget") + args <- commandArgs(trailingOnly = TRUE) GSE = args[1] output = args[2] @@ -26,7 +27,13 @@ mergeManifest = FALSE i = 1 -gset <- GEOquery::getGEO(GSE) +gset <- getGEO(GSE) + +if (is.null(GSE)) { + stop("Must specify GSE") +} else { + options(download.file.method.GEOquery = "wget")} + gset <- gset[[1]] platform <- annotation(gset) diff -r 4987433afb56 -r 660897ee0d12 GRsetFromGEO/tool_dependencies.xml --- a/GRsetFromGEO/tool_dependencies.xml Mon Apr 24 10:09:39 2017 -0400 +++ b/GRsetFromGEO/tool_dependencies.xml Mon Apr 24 10:31:20 2017 -0400 @@ -6,6 +6,10 @@ + https://bioarchive.galaxyproject.org/minfi_1.21.6.tar.gz + + https://bioarchive.galaxyproject.org/GEOquery_2.41.0.tar.gz + https://depot.galaxyproject.org/software/munsell/munsell_0.4.3.tar.gz