Skip to content

[Bioc-devel] Data package timeouts

2 messages · Leonardo Collado Torres, Sean Davis

#
Hi Sean,

I'm still seeing some timeouts with GEOquery 2.46.10 on bioc-release.
Here's a quick example:

library('GEOquery')
getGEO('GSM1062236', getGPL = FALSE)

I found it from
https://github.com/leekgroup/recount/blob/master/tests/testthat/test-misc.R#L19

Best,
Leo
Loading required package: Biobase
Loading required package: BiocGenerics
Loading required package: parallel

Attaching package: ?BiocGenerics?

The following objects are masked from ?package:parallel?:

    clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
    clusterExport, clusterMap, parApply, parCapply, parLapply,
    parLapplyLB, parRapply, parSapply, parSapplyLB

The following objects are masked from ?package:stats?:

    IQR, mad, sd, var, xtabs

The following objects are masked from ?package:base?:

    anyDuplicated, append, as.data.frame, cbind, colMeans, colnames,
    colSums, do.call, duplicated, eval, evalq, Filter, Find, get, grep,
    grepl, intersect, is.unsorted, lapply, lengths, Map, mapply, match,
    mget, order, paste, pmax, pmax.int, pmin, pmin.int, Position, rank,
    rbind, Reduce, rowMeans, rownames, rowSums, sapply, setdiff, sort,
    table, tapply, union, unique, unsplit, which, which.max, which.min

Welcome to Bioconductor

    Vignettes contain introductory material; view with
    'browseVignettes()'. To cite Bioconductor, see
    'citation("Biobase")', and for packages 'citation("pkgname")'.

Setting options('download.file.method.GEOquery'='auto')
Setting options('GEOquery.inmemory.gpl'=FALSE)
File stored at:
/var/folders/cx/n9s558kx6fb7jf5z_pgszgb80000gn/T//RtmpAyQR3U/GSM1062236.soft
## Force terminate after a long running time
^C
R version 3.4.2 (2017-09-28)
Platform: x86_64-apple-darwin15.6.0 (64-bit)
Running under: macOS Sierra 10.12.6

Matrix products: default
BLAS: /Library/Frameworks/R.framework/Versions/3.4/Resources/lib/libRblas.0.dylib
LAPACK: /Library/Frameworks/R.framework/Versions/3.4/Resources/lib/libRlapack.dylib

locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8

attached base packages:
[1] parallel  stats     graphics  grDevices utils     datasets  methods
[8] base

other attached packages:
[1] GEOquery_2.46.10    Biobase_2.38.0      BiocGenerics_0.24.0
[4] colorout_1.1-2

loaded via a namespace (and not attached):
 [1] Rcpp_0.12.14     tidyr_0.7.2      dplyr_0.7.4      assertthat_0.2.0
 [5] R6_2.2.2         magrittr_1.5     rlang_0.1.4      bindrcpp_0.2
 [9] limma_3.34.2     xml2_1.1.1       readr_1.1.1      glue_1.2.0
[13] purrr_0.2.4      hms_0.4.0        compiler_3.4.2   pkgconfig_2.0.1
[17] bindr_0.1        tibble_1.3.4


On Thu, Nov 30, 2017 at 11:56 AM, Leonardo Collado Torres
<lcollado at jhu.edu> wrote:
#
Thanks, Leo.

It turns out that that accession is not "public" yet; the "file" that
GEOquery gets is just an HTML page saying so.

https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSM1062236

I'll work on fix to catch such problems.

Sean


On Tue, Dec 5, 2017 at 1:48 PM, Leonardo Collado Torres <lcollado at jhu.edu>
wrote: