Hi,
I am trying to install the GOSeq package for GO analysis of RNASeq data but am hitting a problem. The install process tries to download a file called geneLenDataBase_0.99.7.tar.gz from http://bioconductor.org/packages/2.8/data/experiment/src/contrib/
The file downloads approximately 70% and then freezes.
Can anyone else confirm or deny the existence of this problem? I need to figure out if it is a general or a local problem. Perhaps this should go to the bioconductor mailing list but I am having problems mailing it and admin will not respond.
Thanks in advance.
sessionInfo() output:
sessionInfo()
R version 2.13.1 (2011-07-08)
Platform: x86_64-pc-linux-gnu (64-bit)
locale:
[1] LCCTYPE=enUS.UTF-8 LCNUMERIC=C
[3] LCTIME=enUS.UTF-8 LCCOLLATE=enUS.UTF-8
[5] LCMONETARY=C LCMESSAGES=enUS.UTF-8
[7] LCPAPER=enUS.UTF-8 LCNAME=C
[9] LCADDRESS=C LCTELEPHONE=C
[11] LCMEASUREMENT=enUS.UTF-8 LCIDENTIFICATION=Cattached base packages: [1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] edgeR2.2.6 Rsamtools1.4.3 Biostrings2.20.4
[4] GenomicFeatures1.4.5 GenomicRanges1.4.8 IRanges1.10.6loaded via a namespace (and not attached):
[1] biomaRt2.8.1 BSgenome1.20.1 DBI0.2-5 limma3.8.3
[5] RCurl1.6-10 RSQLite0.10.0 rtracklayer1.12.5 tcltk2.13.1
[9] tools2.13.1 XML3.4-3
biocLite("geneLenDataBase") output:
biocLite("geneLenDataBase") Using R version 2.13.1, biocinstall version 2.8.4. Installing Bioconductor version 2.8 packages:
[1] "geneLenDataBase" Please wait...
Installing package(s) into β/home/goliver/R/x8664-pc-linux-gnu-library/2.13β (as βlibβ is unspecified) trying URL 'http://bioconductor.statistik.tu-dortmund.de/packages/2.8/data/experiment/src/contrib/geneLenDataBase0.99.7.tar.gz' Content type 'application/x-gzip' length 100445668 bytes (95.8 Mb)
opened URL==================================
(freezes at this point)
Although this is not going to help your downloading issue, you might consider upgrading to most recent R/Bioconductor versions to benefit from the latest fixes/features.
I am using the most recent version Laurent.
Ok, then. Thought not, as you seem to be downloading a data package from Bioc 2.8...
It must have to do something with your local setup or internet connection. But please edit your question and provide the whole output in the places I edited. And btw, it's not that your disk partition is full, is it? ;)
The disk has a few hundred spare GB Michael :) Question has been edited as you requested.